Shades of Caper #ABC069
Tints of Caper #ABC069
RGB
CMYK
RGB Variations
Color information
#ABC069 (or 0xABC069) is known color: Caper. HEX triplet: AB, C0 and 69. RGB value is (171,192,105). Sum of RGB (Red+Green+Blue) = 171+192+105=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 105 (41.41% from 255 or 22.44% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC069 is #543F96. Grayscale: #B0B0B0. Windows color (decimal): -5521303 or 6930603. OLE color: 6930603.
HSL color Cylindrical-coordinate representation of color #ABC069: hue angle of 74.48º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABC069 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 105 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.25 |
| HSL | 74.48º | 0.41% | 0.58% | - |
| HSV(B) | 74.48º | 0.45% | 0.75% | - |
| XYZ | 38.19 | 47.38 | 20.5 | - |
| YUV | 175.8 | 88.04 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 105 | 0.11 | 0 | 0.45 | 0.25 | 74.48 | 0.41 | 0.58 |
| Hex | AB | C0 | 69 | B | 0 | 2D | 19 | 4A | 29 | 3A |
| Octal | 253 | 300 | 151 | 13 | 0 | 55 | 31 | 112 | 51 | 72 |
| Binary | 10101011 | 11000000 | 1101001 | 1011 | 0 | 101101 | 11001 | 1001010 | 101001 | 111010 |
Color Harmonies of #ABC069
Complementary color
Monochromatic Colors of #ABC069
Black with #ABC069
Text Example
Text Example
White with #ABC069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC069; }
p { color: rgb(171,192,105); }
H1.HeaderClassName
{
color: #ABC069;
}
.AnyTagClassName
{
color: #ABC069;
}
</style>
background-color css
<style>
a { background-color: #ABC069; }
a { background-color: rgb(171,192,105); }
div.DivClassName
{
background-color: #ABC069;
}
.BgClassName
{
background-color: #ABC069;
}
</style>
border-color css
<style>
span { border-color: #ABC069; }
span { border-color: rgb(171,192,105); }
td.TdClassName
{
border-color: #ABC069;
}
.TagClassName
{
border-color: #ABC069;
}
</style>