Shades of Caper #ABC96D
Tints of Caper #ABC96D
RGB
CMYK
RGB Variations
Color information
#ABC96D (or 0xABC96D) is known color: Caper. HEX triplet: AB, C9 and 6D. RGB value is (171,201,109). Sum of RGB (Red+Green+Blue) = 171+201+109=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC96D is #543692. Grayscale: #B5B5B5. Windows color (decimal): -5518995 or 7195051. OLE color: 7195051.
HSL color Cylindrical-coordinate representation of color #ABC96D: hue angle of 79.57º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABC96D is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 109 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.21 |
| HSL | 79.57º | 0.46% | 0.61% | - |
| HSV(B) | 79.57º | 0.46% | 0.79% | - |
| XYZ | 40.44 | 51.54 | 22.28 | - |
| YUV | 181.54 | 87.06 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 109 | 0.15 | 0 | 0.46 | 0.21 | 79.57 | 0.46 | 0.61 |
| Hex | AB | C9 | 6D | F | 0 | 2E | 15 | 50 | 2E | 3D |
| Octal | 253 | 311 | 155 | 17 | 0 | 56 | 25 | 120 | 56 | 75 |
| Binary | 10101011 | 11001001 | 1101101 | 1111 | 0 | 101110 | 10101 | 1010000 | 101110 | 111101 |
Color Harmonies of #ABC96D
Complementary color
Monochromatic Colors of #ABC96D
Black with #ABC96D
Text Example
Text Example
White with #ABC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC96D; }
p { color: rgb(171,201,109); }
H1.HeaderClassName
{
color: #ABC96D;
}
.AnyTagClassName
{
color: #ABC96D;
}
</style>
background-color css
<style>
a { background-color: #ABC96D; }
a { background-color: rgb(171,201,109); }
div.DivClassName
{
background-color: #ABC96D;
}
.BgClassName
{
background-color: #ABC96D;
}
</style>
border-color css
<style>
span { border-color: #ABC96D; }
span { border-color: rgb(171,201,109); }
td.TdClassName
{
border-color: #ABC96D;
}
.TagClassName
{
border-color: #ABC96D;
}
</style>