Shades of Caper #ABC36B
Tints of Caper #ABC36B
RGB
CMYK
RGB Variations
Color information
#ABC36B (or 0xABC36B) is known color: Caper. HEX triplet: AB, C3 and 6B. RGB value is (171,195,107). Sum of RGB (Red+Green+Blue) = 171+195+107=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC36B is #543C94. Grayscale: #B2B2B2. Windows color (decimal): -5520533 or 7062443. OLE color: 7062443.
HSL color Cylindrical-coordinate representation of color #ABC36B: hue angle of 76.36º 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 #ABC36B is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 107 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.24 |
| HSL | 76.36º | 0.42% | 0.59% | - |
| HSV(B) | 76.36º | 0.45% | 0.76% | - |
| XYZ | 38.96 | 48.75 | 21.27 | - |
| YUV | 177.79 | 88.05 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 107 | 0.12 | 0 | 0.45 | 0.24 | 76.36 | 0.42 | 0.59 |
| Hex | AB | C3 | 6B | C | 0 | 2D | 18 | 4C | 2A | 3B |
| Octal | 253 | 303 | 153 | 14 | 0 | 55 | 30 | 114 | 52 | 73 |
| Binary | 10101011 | 11000011 | 1101011 | 1100 | 0 | 101101 | 11000 | 1001100 | 101010 | 111011 |
Color Harmonies of #ABC36B
Complementary color
Monochromatic Colors of #ABC36B
Black with #ABC36B
Text Example
Text Example
White with #ABC36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC36B; }
p { color: rgb(171,195,107); }
H1.HeaderClassName
{
color: #ABC36B;
}
.AnyTagClassName
{
color: #ABC36B;
}
</style>
background-color css
<style>
a { background-color: #ABC36B; }
a { background-color: rgb(171,195,107); }
div.DivClassName
{
background-color: #ABC36B;
}
.BgClassName
{
background-color: #ABC36B;
}
</style>
border-color css
<style>
span { border-color: #ABC36B; }
span { border-color: rgb(171,195,107); }
td.TdClassName
{
border-color: #ABC36B;
}
.TagClassName
{
border-color: #ABC36B;
}
</style>