Shades of Caper #ABB77B
Tints of Caper #ABB77B
RGB
CMYK
RGB Variations
Color information
#ABB77B (or 0xABB77B) is known color: Caper. HEX triplet: AB, B7 and 7B. RGB value is (171,183,123). Sum of RGB (Red+Green+Blue) = 171+183+123=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB77B is #544884. Grayscale: #ACACAC. Windows color (decimal): -5523589 or 8107947. OLE color: 8107947.
HSL color Cylindrical-coordinate representation of color #ABB77B: hue angle of 72º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABB77B is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 183 | 123 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.28 |
| HSL | 72º | 0.29% | 0.6% | - |
| HSV(B) | 72º | 0.33% | 0.72% | - |
| XYZ | 37.3 | 43.95 | 25.26 | - |
| YUV | 172.57 | 100.02 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 123 | 0.07 | 0 | 0.33 | 0.28 | 72 | 0.29 | 0.6 |
| Hex | AB | B7 | 7B | 7 | 0 | 21 | 1C | 48 | 1D | 3C |
| Octal | 253 | 267 | 173 | 7 | 0 | 41 | 34 | 110 | 35 | 74 |
| Binary | 10101011 | 10110111 | 1111011 | 111 | 0 | 100001 | 11100 | 1001000 | 11101 | 111100 |
Color Harmonies of #ABB77B
Complementary color
Monochromatic Colors of #ABB77B
Black with #ABB77B
Text Example
Text Example
White with #ABB77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB77B; }
p { color: rgb(171,183,123); }
H1.HeaderClassName
{
color: #ABB77B;
}
.AnyTagClassName
{
color: #ABB77B;
}
</style>
background-color css
<style>
a { background-color: #ABB77B; }
a { background-color: rgb(171,183,123); }
div.DivClassName
{
background-color: #ABB77B;
}
.BgClassName
{
background-color: #ABB77B;
}
</style>
border-color css
<style>
span { border-color: #ABB77B; }
span { border-color: rgb(171,183,123); }
td.TdClassName
{
border-color: #ABB77B;
}
.TagClassName
{
border-color: #ABB77B;
}
</style>