Shades of Caper #ABC07D
Tints of Caper #ABC07D
RGB
CMYK
RGB Variations
Color information
#ABC07D (or 0xABC07D) is known color: Caper. HEX triplet: AB, C0 and 7D. RGB value is (171,192,125). Sum of RGB (Red+Green+Blue) = 171+192+125=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC07D is #543F82. Grayscale: #B2B2B2. Windows color (decimal): -5521283 or 8241323. OLE color: 8241323.
HSL color Cylindrical-coordinate representation of color #ABC07D: hue angle of 78.81º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABC07D is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 125 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.25 |
| HSL | 78.81º | 0.35% | 0.62% | - |
| HSV(B) | 78.81º | 0.35% | 0.75% | - |
| XYZ | 39.35 | 47.84 | 26.56 | - |
| YUV | 178.08 | 98.04 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 125 | 0.11 | 0 | 0.35 | 0.25 | 78.81 | 0.35 | 0.62 |
| Hex | AB | C0 | 7D | B | 0 | 23 | 19 | 4F | 23 | 3E |
| Octal | 253 | 300 | 175 | 13 | 0 | 43 | 31 | 117 | 43 | 76 |
| Binary | 10101011 | 11000000 | 1111101 | 1011 | 0 | 100011 | 11001 | 1001111 | 100011 | 111110 |
Color Harmonies of #ABC07D
Complementary color
Monochromatic Colors of #ABC07D
Black with #ABC07D
Text Example
Text Example
White with #ABC07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC07D; }
p { color: rgb(171,192,125); }
H1.HeaderClassName
{
color: #ABC07D;
}
.AnyTagClassName
{
color: #ABC07D;
}
</style>
background-color css
<style>
a { background-color: #ABC07D; }
a { background-color: rgb(171,192,125); }
div.DivClassName
{
background-color: #ABC07D;
}
.BgClassName
{
background-color: #ABC07D;
}
</style>
border-color css
<style>
span { border-color: #ABC07D; }
span { border-color: rgb(171,192,125); }
td.TdClassName
{
border-color: #ABC07D;
}
.TagClassName
{
border-color: #ABC07D;
}
</style>