Shades of Caper #ABC36C
Tints of Caper #ABC36C
RGB
CMYK
RGB Variations
Color information
#ABC36C (or 0xABC36C) is known color: Caper. HEX triplet: AB, C3 and 6C. RGB value is (171,195,108). Sum of RGB (Red+Green+Blue) = 171+195+108=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC36C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC36C is #543C93. Grayscale: #B2B2B2. Windows color (decimal): -5520532 or 7127979. OLE color: 7127979.
HSL color Cylindrical-coordinate representation of color #ABC36C: hue angle of 76.55º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABC36C is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 108 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.24 |
| HSL | 76.55º | 0.42% | 0.59% | - |
| HSV(B) | 76.55º | 0.45% | 0.76% | - |
| XYZ | 39.02 | 48.77 | 21.54 | - |
| YUV | 177.91 | 88.55 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 108 | 0.12 | 0 | 0.45 | 0.24 | 76.55 | 0.42 | 0.59 |
| Hex | AB | C3 | 6C | C | 0 | 2D | 18 | 4D | 2A | 3B |
| Octal | 253 | 303 | 154 | 14 | 0 | 55 | 30 | 115 | 52 | 73 |
| Binary | 10101011 | 11000011 | 1101100 | 1100 | 0 | 101101 | 11000 | 1001101 | 101010 | 111011 |
Color Harmonies of #ABC36C
Complementary color
Monochromatic Colors of #ABC36C
Black with #ABC36C
Text Example
Text Example
White with #ABC36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC36C; }
p { color: rgb(171,195,108); }
H1.HeaderClassName
{
color: #ABC36C;
}
.AnyTagClassName
{
color: #ABC36C;
}
</style>
background-color css
<style>
a { background-color: #ABC36C; }
a { background-color: rgb(171,195,108); }
div.DivClassName
{
background-color: #ABC36C;
}
.BgClassName
{
background-color: #ABC36C;
}
</style>
border-color css
<style>
span { border-color: #ABC36C; }
span { border-color: rgb(171,195,108); }
td.TdClassName
{
border-color: #ABC36C;
}
.TagClassName
{
border-color: #ABC36C;
}
</style>