Shades of Caper #ABB77E
Tints of Caper #ABB77E
RGB
CMYK
RGB Variations
Color information
#ABB77E (or 0xABB77E) is known color: Caper. HEX triplet: AB, B7 and 7E. RGB value is (171,183,126). Sum of RGB (Red+Green+Blue) = 171+183+126=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB77E is #544881. Grayscale: #ADADAD. Windows color (decimal): -5523586 or 8304555. OLE color: 8304555.
HSL color Cylindrical-coordinate representation of color #ABB77E: hue angle of 72.63º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABB77E is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 183 | 126 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.28 |
| HSL | 72.63º | 0.28% | 0.61% | - |
| HSV(B) | 72.63º | 0.31% | 0.72% | - |
| XYZ | 37.49 | 44.03 | 26.26 | - |
| YUV | 172.91 | 101.52 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 126 | 0.07 | 0 | 0.31 | 0.28 | 72.63 | 0.28 | 0.61 |
| Hex | AB | B7 | 7E | 7 | 0 | 1F | 1C | 49 | 1C | 3D |
| Octal | 253 | 267 | 176 | 7 | 0 | 37 | 34 | 111 | 34 | 75 |
| Binary | 10101011 | 10110111 | 1111110 | 111 | 0 | 11111 | 11100 | 1001001 | 11100 | 111101 |
Color Harmonies of #ABB77E
Complementary color
Monochromatic Colors of #ABB77E
Black with #ABB77E
Text Example
Text Example
White with #ABB77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB77E; }
p { color: rgb(171,183,126); }
H1.HeaderClassName
{
color: #ABB77E;
}
.AnyTagClassName
{
color: #ABB77E;
}
</style>
background-color css
<style>
a { background-color: #ABB77E; }
a { background-color: rgb(171,183,126); }
div.DivClassName
{
background-color: #ABB77E;
}
.BgClassName
{
background-color: #ABB77E;
}
</style>
border-color css
<style>
span { border-color: #ABB77E; }
span { border-color: rgb(171,183,126); }
td.TdClassName
{
border-color: #ABB77E;
}
.TagClassName
{
border-color: #ABB77E;
}
</style>