Shades of Caper #ABC277
Tints of Caper #ABC277
RGB
CMYK
RGB Variations
Color information
#ABC277 (or 0xABC277) is known color: Caper. HEX triplet: AB, C2 and 77. RGB value is (171,194,119). Sum of RGB (Red+Green+Blue) = 171+194+119=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC277 is #543D88. Grayscale: #B2B2B2. Windows color (decimal): -5520777 or 7848619. OLE color: 7848619.
HSL color Cylindrical-coordinate representation of color #ABC277: hue angle of 78.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ABC277 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 119 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.24 |
| HSL | 78.4º | 0.38% | 0.61% | - |
| HSV(B) | 78.4º | 0.39% | 0.76% | - |
| XYZ | 39.42 | 48.57 | 24.75 | - |
| YUV | 178.57 | 94.38 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 119 | 0.12 | 0 | 0.39 | 0.24 | 78.4 | 0.38 | 0.61 |
| Hex | AB | C2 | 77 | C | 0 | 27 | 18 | 4E | 26 | 3D |
| Octal | 253 | 302 | 167 | 14 | 0 | 47 | 30 | 116 | 46 | 75 |
| Binary | 10101011 | 11000010 | 1110111 | 1100 | 0 | 100111 | 11000 | 1001110 | 100110 | 111101 |
Color Harmonies of #ABC277
Complementary color
Monochromatic Colors of #ABC277
Black with #ABC277
Text Example
Text Example
White with #ABC277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC277; }
p { color: rgb(171,194,119); }
H1.HeaderClassName
{
color: #ABC277;
}
.AnyTagClassName
{
color: #ABC277;
}
</style>
background-color css
<style>
a { background-color: #ABC277; }
a { background-color: rgb(171,194,119); }
div.DivClassName
{
background-color: #ABC277;
}
.BgClassName
{
background-color: #ABC277;
}
</style>
border-color css
<style>
span { border-color: #ABC277; }
span { border-color: rgb(171,194,119); }
td.TdClassName
{
border-color: #ABC277;
}
.TagClassName
{
border-color: #ABC277;
}
</style>