Shades of Caper #ABC07B
Tints of Caper #ABC07B
RGB
CMYK
RGB Variations
Color information
#ABC07B (or 0xABC07B) is known color: Caper. HEX triplet: AB, C0 and 7B. RGB value is (171,192,123). Sum of RGB (Red+Green+Blue) = 171+192+123=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC07B is #543F84. Grayscale: #B2B2B2. Windows color (decimal): -5521285 or 8110251. OLE color: 8110251.
HSL color Cylindrical-coordinate representation of color #ABC07B: hue angle of 78.26º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABC07B is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 123 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.25 |
| HSL | 78.26º | 0.35% | 0.62% | - |
| HSV(B) | 78.26º | 0.36% | 0.75% | - |
| XYZ | 39.22 | 47.79 | 25.9 | - |
| YUV | 177.86 | 97.04 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 123 | 0.11 | 0 | 0.36 | 0.25 | 78.26 | 0.35 | 0.62 |
| Hex | AB | C0 | 7B | B | 0 | 24 | 19 | 4E | 23 | 3E |
| Octal | 253 | 300 | 173 | 13 | 0 | 44 | 31 | 116 | 43 | 76 |
| Binary | 10101011 | 11000000 | 1111011 | 1011 | 0 | 100100 | 11001 | 1001110 | 100011 | 111110 |
Color Harmonies of #ABC07B
Complementary color
Monochromatic Colors of #ABC07B
Black with #ABC07B
Text Example
Text Example
White with #ABC07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC07B; }
p { color: rgb(171,192,123); }
H1.HeaderClassName
{
color: #ABC07B;
}
.AnyTagClassName
{
color: #ABC07B;
}
</style>
background-color css
<style>
a { background-color: #ABC07B; }
a { background-color: rgb(171,192,123); }
div.DivClassName
{
background-color: #ABC07B;
}
.BgClassName
{
background-color: #ABC07B;
}
</style>
border-color css
<style>
span { border-color: #ABC07B; }
span { border-color: rgb(171,192,123); }
td.TdClassName
{
border-color: #ABC07B;
}
.TagClassName
{
border-color: #ABC07B;
}
</style>