Shades of Caper #ABB77A
Tints of Caper #ABB77A
RGB
CMYK
RGB Variations
Color information
#ABB77A (or 0xABB77A) is known color: Caper. HEX triplet: AB, B7 and 7A. RGB value is (171,183,122). Sum of RGB (Red+Green+Blue) = 171+183+122=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB77A is #544885. Grayscale: #ACACAC. Windows color (decimal): -5523590 or 8042411. OLE color: 8042411.
HSL color Cylindrical-coordinate representation of color #ABB77A: hue angle of 71.8º degrees, saturation: 0.3, 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 #ABB77A is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 183 | 122 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.28 |
| HSL | 71.8º | 0.3% | 0.6% | - |
| HSV(B) | 71.8º | 0.33% | 0.72% | - |
| XYZ | 37.24 | 43.93 | 24.93 | - |
| YUV | 172.46 | 99.52 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 122 | 0.07 | 0 | 0.33 | 0.28 | 71.8 | 0.3 | 0.6 |
| Hex | AB | B7 | 7A | 7 | 0 | 21 | 1C | 48 | 1E | 3C |
| Octal | 253 | 267 | 172 | 7 | 0 | 41 | 34 | 110 | 36 | 74 |
| Binary | 10101011 | 10110111 | 1111010 | 111 | 0 | 100001 | 11100 | 1001000 | 11110 | 111100 |
Color Harmonies of #ABB77A
Complementary color
Monochromatic Colors of #ABB77A
Black with #ABB77A
Text Example
Text Example
White with #ABB77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB77A; }
p { color: rgb(171,183,122); }
H1.HeaderClassName
{
color: #ABB77A;
}
.AnyTagClassName
{
color: #ABB77A;
}
</style>
background-color css
<style>
a { background-color: #ABB77A; }
a { background-color: rgb(171,183,122); }
div.DivClassName
{
background-color: #ABB77A;
}
.BgClassName
{
background-color: #ABB77A;
}
</style>
border-color css
<style>
span { border-color: #ABB77A; }
span { border-color: rgb(171,183,122); }
td.TdClassName
{
border-color: #ABB77A;
}
.TagClassName
{
border-color: #ABB77A;
}
</style>