Shades of Caper #ABC06B
Tints of Caper #ABC06B
RGB
CMYK
RGB Variations
Color information
#ABC06B (or 0xABC06B) is known color: Caper. HEX triplet: AB, C0 and 6B. RGB value is (171,192,107). Sum of RGB (Red+Green+Blue) = 171+192+107=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC06B is #543F94. Grayscale: #B0B0B0. Windows color (decimal): -5521301 or 7061675. OLE color: 7061675.
HSL color Cylindrical-coordinate representation of color #ABC06B: hue angle of 74.82º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ABC06B is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 107 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.25 |
| HSL | 74.82º | 0.4% | 0.59% | - |
| HSV(B) | 74.82º | 0.44% | 0.75% | - |
| XYZ | 38.3 | 47.42 | 21.04 | - |
| YUV | 176.03 | 89.04 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 107 | 0.11 | 0 | 0.44 | 0.25 | 74.82 | 0.4 | 0.59 |
| Hex | AB | C0 | 6B | B | 0 | 2C | 19 | 4B | 28 | 3B |
| Octal | 253 | 300 | 153 | 13 | 0 | 54 | 31 | 113 | 50 | 73 |
| Binary | 10101011 | 11000000 | 1101011 | 1011 | 0 | 101100 | 11001 | 1001011 | 101000 | 111011 |
Color Harmonies of #ABC06B
Complementary color
Monochromatic Colors of #ABC06B
Black with #ABC06B
Text Example
Text Example
White with #ABC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC06B; }
p { color: rgb(171,192,107); }
H1.HeaderClassName
{
color: #ABC06B;
}
.AnyTagClassName
{
color: #ABC06B;
}
</style>
background-color css
<style>
a { background-color: #ABC06B; }
a { background-color: rgb(171,192,107); }
div.DivClassName
{
background-color: #ABC06B;
}
.BgClassName
{
background-color: #ABC06B;
}
</style>
border-color css
<style>
span { border-color: #ABC06B; }
span { border-color: rgb(171,192,107); }
td.TdClassName
{
border-color: #ABC06B;
}
.TagClassName
{
border-color: #ABC06B;
}
</style>