Shades of Caper #ABC27E
Tints of Caper #ABC27E
RGB
CMYK
RGB Variations
Color information
#ABC27E (or 0xABC27E) is known color: Caper. HEX triplet: AB, C2 and 7E. RGB value is (171,194,126). Sum of RGB (Red+Green+Blue) = 171+194+126=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC27E is #543D81. Grayscale: #B3B3B3. Windows color (decimal): -5520770 or 8307371. OLE color: 8307371.
HSL color Cylindrical-coordinate representation of color #ABC27E: hue angle of 80.29º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABC27E is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 126 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.24 |
| HSL | 80.29º | 0.36% | 0.63% | - |
| HSV(B) | 80.29º | 0.35% | 0.76% | - |
| XYZ | 39.85 | 48.75 | 27.05 | - |
| YUV | 179.37 | 97.88 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 126 | 0.12 | 0 | 0.35 | 0.24 | 80.29 | 0.36 | 0.63 |
| Hex | AB | C2 | 7E | C | 0 | 23 | 18 | 50 | 24 | 3F |
| Octal | 253 | 302 | 176 | 14 | 0 | 43 | 30 | 120 | 44 | 77 |
| Binary | 10101011 | 11000010 | 1111110 | 1100 | 0 | 100011 | 11000 | 1010000 | 100100 | 111111 |
Color Harmonies of #ABC27E
Complementary color
Monochromatic Colors of #ABC27E
Black with #ABC27E
Text Example
Text Example
White with #ABC27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC27E; }
p { color: rgb(171,194,126); }
H1.HeaderClassName
{
color: #ABC27E;
}
.AnyTagClassName
{
color: #ABC27E;
}
</style>
background-color css
<style>
a { background-color: #ABC27E; }
a { background-color: rgb(171,194,126); }
div.DivClassName
{
background-color: #ABC27E;
}
.BgClassName
{
background-color: #ABC27E;
}
</style>
border-color css
<style>
span { border-color: #ABC27E; }
span { border-color: rgb(171,194,126); }
td.TdClassName
{
border-color: #ABC27E;
}
.TagClassName
{
border-color: #ABC27E;
}
</style>