Shades of Caper #ABC276
Tints of Caper #ABC276
RGB
CMYK
RGB Variations
Color information
#ABC276 (or 0xABC276) is known color: Caper. HEX triplet: AB, C2 and 76. RGB value is (171,194,118). Sum of RGB (Red+Green+Blue) = 171+194+118=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 118 (46.48% from 255 or 24.43% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC276 is #543D89. Grayscale: #B2B2B2. Windows color (decimal): -5520778 or 7783083. OLE color: 7783083.
HSL color Cylindrical-coordinate representation of color #ABC276: hue angle of 78.16º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABC276 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 118 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.24 |
| HSL | 78.16º | 0.38% | 0.61% | - |
| HSV(B) | 78.16º | 0.39% | 0.76% | - |
| XYZ | 39.36 | 48.55 | 24.44 | - |
| YUV | 178.46 | 93.88 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 118 | 0.12 | 0 | 0.39 | 0.24 | 78.16 | 0.38 | 0.61 |
| Hex | AB | C2 | 76 | C | 0 | 27 | 18 | 4E | 26 | 3D |
| Octal | 253 | 302 | 166 | 14 | 0 | 47 | 30 | 116 | 46 | 75 |
| Binary | 10101011 | 11000010 | 1110110 | 1100 | 0 | 100111 | 11000 | 1001110 | 100110 | 111101 |
Color Harmonies of #ABC276
Complementary color
Monochromatic Colors of #ABC276
Black with #ABC276
Text Example
Text Example
White with #ABC276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC276; }
p { color: rgb(171,194,118); }
H1.HeaderClassName
{
color: #ABC276;
}
.AnyTagClassName
{
color: #ABC276;
}
</style>
background-color css
<style>
a { background-color: #ABC276; }
a { background-color: rgb(171,194,118); }
div.DivClassName
{
background-color: #ABC276;
}
.BgClassName
{
background-color: #ABC276;
}
</style>
border-color css
<style>
span { border-color: #ABC276; }
span { border-color: rgb(171,194,118); }
td.TdClassName
{
border-color: #ABC276;
}
.TagClassName
{
border-color: #ABC276;
}
</style>