Color: #ABBD49

#ABBD49 Color Information

#ABBD49 is a light color. The closest websafe version is #ABBD49. A complement of this color would be #5947BD, perceived brightness is 0.67, and the grayscale version is #838383.

In the HSL color space, this color has a hue angle of 69°,a saturation of 47%, and a lightness of 51%.The HSV representation shows a hue of 69°, a saturation of 61%, and a value of 74%.

In a RGB color space, #ABBD49 is composed of 67% red, 74% green and 29% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 0% magenta, 61% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 45.95, x: 0.4053, and y: 0.4861.

Color Code #ABBD49

#ABBD49rgb(171, 189, 73)
HEX
#ABBD49
RGB
rgb(171, 189, 73)
HSL
hsl(69, 47%, 51%)
HSV
hsv(69, 61%, 74%)
CMYK
10%, 0%, 61%, 26%
XYZ
X: 38.31, Y: 45.95, Z: 10.27
Lab
L: 73.51, a: -18.25, b: 54.48
Name

Shades of Color #ABBD49

Shades are created by darkening the original color #ABBD49 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #ABBD49

Tints are created by lightening the original color #ABBD49 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#ABBD49rgb(171, 189, 73)

About #ABBD49 Color Code

In the HSL color space, this color has a hue angle of 69°, a saturation of 47%, and a lightness of 51%. The HSV representation shows a hue of 69°, a saturation of 61%, and a value of 74%.

  • HEX: #ABBD49
  • RGB: rgb(171, 189, 73)
  • HSL: hsl(69, 47%, 51%)
  • HSV: hsv(69, 61%, 74%)
  • CMYK: 10.00% cyan, 0.00% magenta, 61.00% yellow, 26.00% black
  • XYZ: 38.31, 45.95, 10.27
  • Yxy: 45.95, 0.4053, 0.4861
  • Hunter Lab: 73.51, -18.25, 54.48
  • CIE-Lab: 73.51, -18.25, 54.48

In the XYZ color space, this color is represented as X: 38.31, Y: 45.95, Z: 10.27. The Yxy representation further refines this as Y: 45.95, x: 0.4053, and y: 0.4861.

In the Hunter Lab color space, this color is represented as L: 73.51, a: -18.25, and b: 54.48. Similarly, in the CIE-Lab color space, it is represented as L: 73.51, a: -18.25, and b: 54.48.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #ABBD49

Triadic colors are three colors evenly spaced around the color wheel, including #ABBD49. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #ABBD49

Analogous colors are adjacent to #ABBD49 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #ABBD49

Split complementary colors are two colors adjacent to the complementary color of #ABBD49. They create a balanced and visually appealing color scheme.

Tetradic Colors of #ABBD49

Tetradic colors form a rectangle on the color wheel, including #ABBD49. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #ABBD49

Monochromatic colors are variations of #ABBD49, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #ABBD49

The complementary color of #ABBD49 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #ABBD49

/* Using HEX */
body {
  background-color: #abbd49;
}
/* Using RGB */
body {
  background-color: rgb(171, 189, 73);
}
/* Using RGB with opacity */
body {
  background-color: rgba(171, 189, 73, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(69, 47%, 51%);
}
/* Text color */
p {
  color: #abbd49;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #abbd49;
}
/* Border color */
.box {
  border: 4px solid #abbd49;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #abbd49;
}
Text Shadow Preview
/* Background with text */
div {
  background: #abbd49;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#ABBD49
On Black Background
#ABBD49
On White Background
#ABBD49

HTML Examples of #ABBD49

<!-- Using HEX -->
<div style="background-color: #abbd49; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(171, 189, 73); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(171, 189, 73, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(69, 47%, 51%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #abbd49;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #abbd49; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #abbd49; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #abbd49;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #abbd49; color: #fff; padding: 16px; border-radius: 8px;">
  #ABBD49
</div>
#ABBD49
On Black Background
#ABBD49
On White Background
#ABBD49

Related Colors of #ABBD49

These colors are similar to #ABBD49, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.