Shades of Caper #ABBB76
Tints of Caper #ABBB76
RGB
CMYK
RGB Variations
Color information
#ABBB76 (or 0xABBB76) is known color: Caper. HEX triplet: AB, BB and 76. RGB value is (171,187,118). Sum of RGB (Red+Green+Blue) = 171+187+118=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABBB76 is #544489. Grayscale: #AEAEAE. Windows color (decimal): -5522570 or 7781291. OLE color: 7781291.
HSL color Cylindrical-coordinate representation of color #ABBB76: hue angle of 73.91º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABBB76 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 187 | 118 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.27 |
| HSL | 73.91º | 0.34% | 0.6% | - |
| HSV(B) | 73.91º | 0.37% | 0.73% | - |
| XYZ | 37.83 | 45.51 | 23.93 | - |
| YUV | 174.35 | 96.2 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 118 | 0.09 | 0 | 0.37 | 0.27 | 73.91 | 0.34 | 0.6 |
| Hex | AB | BB | 76 | 9 | 0 | 25 | 1B | 4A | 22 | 3C |
| Octal | 253 | 273 | 166 | 11 | 0 | 45 | 33 | 112 | 42 | 74 |
| Binary | 10101011 | 10111011 | 1110110 | 1001 | 0 | 100101 | 11011 | 1001010 | 100010 | 111100 |
Color Harmonies of #ABBB76
Complementary color
Monochromatic Colors of #ABBB76
Black with #ABBB76
Text Example
Text Example
White with #ABBB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBB76; }
p { color: rgb(171,187,118); }
H1.HeaderClassName
{
color: #ABBB76;
}
.AnyTagClassName
{
color: #ABBB76;
}
</style>
background-color css
<style>
a { background-color: #ABBB76; }
a { background-color: rgb(171,187,118); }
div.DivClassName
{
background-color: #ABBB76;
}
.BgClassName
{
background-color: #ABBB76;
}
</style>
border-color css
<style>
span { border-color: #ABBB76; }
span { border-color: rgb(171,187,118); }
td.TdClassName
{
border-color: #ABBB76;
}
.TagClassName
{
border-color: #ABBB76;
}
</style>