Shades of Caper #ABC08B
Tints of Caper #ABC08B
RGB
CMYK
RGB Variations
Color information
#ABC08B (or 0xABC08B) is known color: Caper. HEX triplet: AB, C0 and 8B. RGB value is (171,192,139). Sum of RGB (Red+Green+Blue) = 171+192+139=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC08B is #543F74. Grayscale: #B3B3B3. Windows color (decimal): -5521269 or 9158827. OLE color: 9158827.
HSL color Cylindrical-coordinate representation of color #ABC08B: hue angle of 83.77º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABC08B is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 139 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.25 |
| HSL | 83.77º | 0.3% | 0.65% | - |
| HSV(B) | 83.77º | 0.28% | 0.75% | - |
| XYZ | 40.3 | 48.22 | 31.61 | - |
| YUV | 179.68 | 105.04 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 139 | 0.11 | 0 | 0.28 | 0.25 | 83.77 | 0.3 | 0.65 |
| Hex | AB | C0 | 8B | B | 0 | 1C | 19 | 54 | 1E | 41 |
| Octal | 253 | 300 | 213 | 13 | 0 | 34 | 31 | 124 | 36 | 101 |
| Binary | 10101011 | 11000000 | 10001011 | 1011 | 0 | 11100 | 11001 | 1010100 | 11110 | 1000001 |
Color Harmonies of #ABC08B
Complementary color
Monochromatic Colors of #ABC08B
Black with #ABC08B
Text Example
Text Example
White with #ABC08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC08B; }
p { color: rgb(171,192,139); }
H1.HeaderClassName
{
color: #ABC08B;
}
.AnyTagClassName
{
color: #ABC08B;
}
</style>
background-color css
<style>
a { background-color: #ABC08B; }
a { background-color: rgb(171,192,139); }
div.DivClassName
{
background-color: #ABC08B;
}
.BgClassName
{
background-color: #ABC08B;
}
</style>
border-color css
<style>
span { border-color: #ABC08B; }
span { border-color: rgb(171,192,139); }
td.TdClassName
{
border-color: #ABC08B;
}
.TagClassName
{
border-color: #ABC08B;
}
</style>