Shades of Caper #ABC26A
Tints of Caper #ABC26A
RGB
CMYK
RGB Variations
Color information
#ABC26A (or 0xABC26A) is known color: Caper. HEX triplet: AB, C2 and 6A. RGB value is (171,194,106). Sum of RGB (Red+Green+Blue) = 171+194+106=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC26A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC26A is #543D95. Grayscale: #B1B1B1. Windows color (decimal): -5520790 or 6996651. OLE color: 6996651.
HSL color Cylindrical-coordinate representation of color #ABC26A: hue angle of 75.68º 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 #ABC26A is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 106 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.24 |
| HSL | 75.68º | 0.42% | 0.59% | - |
| HSV(B) | 75.68º | 0.45% | 0.76% | - |
| XYZ | 38.69 | 48.28 | 20.92 | - |
| YUV | 177.09 | 87.88 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 106 | 0.12 | 0 | 0.45 | 0.24 | 75.68 | 0.42 | 0.59 |
| Hex | AB | C2 | 6A | C | 0 | 2D | 18 | 4C | 2A | 3B |
| Octal | 253 | 302 | 152 | 14 | 0 | 55 | 30 | 114 | 52 | 73 |
| Binary | 10101011 | 11000010 | 1101010 | 1100 | 0 | 101101 | 11000 | 1001100 | 101010 | 111011 |
Color Harmonies of #ABC26A
Complementary color
Monochromatic Colors of #ABC26A
Black with #ABC26A
Text Example
Text Example
White with #ABC26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC26A; }
p { color: rgb(171,194,106); }
H1.HeaderClassName
{
color: #ABC26A;
}
.AnyTagClassName
{
color: #ABC26A;
}
</style>
background-color css
<style>
a { background-color: #ABC26A; }
a { background-color: rgb(171,194,106); }
div.DivClassName
{
background-color: #ABC26A;
}
.BgClassName
{
background-color: #ABC26A;
}
</style>
border-color css
<style>
span { border-color: #ABC26A; }
span { border-color: rgb(171,194,106); }
td.TdClassName
{
border-color: #ABC26A;
}
.TagClassName
{
border-color: #ABC26A;
}
</style>