Shades of Caper #ABC66D
Tints of Caper #ABC66D
RGB
CMYK
RGB Variations
Color information
#ABC66D (or 0xABC66D) is known color: Caper. HEX triplet: AB, C6 and 6D. RGB value is (171,198,109). Sum of RGB (Red+Green+Blue) = 171+198+109=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC66D is #543992. Grayscale: #B4B4B4. Windows color (decimal): -5519763 or 7194283. OLE color: 7194283.
HSL color Cylindrical-coordinate representation of color #ABC66D: hue angle of 78.2º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ABC66D is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 109 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.22 |
| HSL | 78.2º | 0.44% | 0.6% | - |
| HSV(B) | 78.2º | 0.45% | 0.78% | - |
| XYZ | 39.75 | 50.15 | 22.05 | - |
| YUV | 179.78 | 88.05 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 109 | 0.14 | 0 | 0.45 | 0.22 | 78.2 | 0.44 | 0.6 |
| Hex | AB | C6 | 6D | E | 0 | 2D | 16 | 4E | 2C | 3C |
| Octal | 253 | 306 | 155 | 16 | 0 | 55 | 26 | 116 | 54 | 74 |
| Binary | 10101011 | 11000110 | 1101101 | 1110 | 0 | 101101 | 10110 | 1001110 | 101100 | 111100 |
Color Harmonies of #ABC66D
Complementary color
Monochromatic Colors of #ABC66D
Black with #ABC66D
Text Example
Text Example
White with #ABC66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC66D; }
p { color: rgb(171,198,109); }
H1.HeaderClassName
{
color: #ABC66D;
}
.AnyTagClassName
{
color: #ABC66D;
}
</style>
background-color css
<style>
a { background-color: #ABC66D; }
a { background-color: rgb(171,198,109); }
div.DivClassName
{
background-color: #ABC66D;
}
.BgClassName
{
background-color: #ABC66D;
}
</style>
border-color css
<style>
span { border-color: #ABC66D; }
span { border-color: rgb(171,198,109); }
td.TdClassName
{
border-color: #ABC66D;
}
.TagClassName
{
border-color: #ABC66D;
}
</style>