Shades of Caper #ABBD77
Tints of Caper #ABBD77
RGB
CMYK
RGB Variations
Color information
#ABBD77 (or 0xABBD77) is known color: Caper. HEX triplet: AB, BD and 77. RGB value is (171,189,119). Sum of RGB (Red+Green+Blue) = 171+189+119=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBD77 is #544288. Grayscale: #AFAFAF. Windows color (decimal): -5522057 or 7847339. OLE color: 7847339.
HSL color Cylindrical-coordinate representation of color #ABBD77: hue angle of 75.43º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABBD77 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 119 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.26 |
| HSL | 75.43º | 0.35% | 0.6% | - |
| HSV(B) | 75.43º | 0.37% | 0.74% | - |
| XYZ | 38.32 | 46.39 | 24.39 | - |
| YUV | 175.64 | 96.04 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 119 | 0.10 | 0 | 0.37 | 0.26 | 75.43 | 0.35 | 0.6 |
| Hex | AB | BD | 77 | A | 0 | 25 | 1A | 4B | 23 | 3C |
| Octal | 253 | 275 | 167 | 12 | 0 | 45 | 32 | 113 | 43 | 74 |
| Binary | 10101011 | 10111101 | 1110111 | 1010 | 0 | 100101 | 11010 | 1001011 | 100011 | 111100 |
Color Harmonies of #ABBD77
Complementary color
Monochromatic Colors of #ABBD77
Black with #ABBD77
Text Example
Text Example
White with #ABBD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD77; }
p { color: rgb(171,189,119); }
H1.HeaderClassName
{
color: #ABBD77;
}
.AnyTagClassName
{
color: #ABBD77;
}
</style>
background-color css
<style>
a { background-color: #ABBD77; }
a { background-color: rgb(171,189,119); }
div.DivClassName
{
background-color: #ABBD77;
}
.BgClassName
{
background-color: #ABBD77;
}
</style>
border-color css
<style>
span { border-color: #ABBD77; }
span { border-color: rgb(171,189,119); }
td.TdClassName
{
border-color: #ABBD77;
}
.TagClassName
{
border-color: #ABBD77;
}
</style>