Shades of Caper #ABC274
Tints of Caper #ABC274
RGB
CMYK
RGB Variations
Color information
#ABC274 (or 0xABC274) is known color: Caper. HEX triplet: AB, C2 and 74. RGB value is (171,194,116). Sum of RGB (Red+Green+Blue) = 171+194+116=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC274 is #543D8B. Grayscale: #B2B2B2. Windows color (decimal): -5520780 or 7652011. OLE color: 7652011.
HSL color Cylindrical-coordinate representation of color #ABC274: hue angle of 77.69º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABC274 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 116 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.24 |
| HSL | 77.69º | 0.39% | 0.61% | - |
| HSV(B) | 77.69º | 0.4% | 0.76% | - |
| XYZ | 39.24 | 48.5 | 23.82 | - |
| YUV | 178.23 | 92.88 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 116 | 0.12 | 0 | 0.40 | 0.24 | 77.69 | 0.39 | 0.61 |
| Hex | AB | C2 | 74 | C | 0 | 28 | 18 | 4E | 27 | 3D |
| Octal | 253 | 302 | 164 | 14 | 0 | 50 | 30 | 116 | 47 | 75 |
| Binary | 10101011 | 11000010 | 1110100 | 1100 | 0 | 101000 | 11000 | 1001110 | 100111 | 111101 |
Color Harmonies of #ABC274
Complementary color
Monochromatic Colors of #ABC274
Black with #ABC274
Text Example
Text Example
White with #ABC274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC274; }
p { color: rgb(171,194,116); }
H1.HeaderClassName
{
color: #ABC274;
}
.AnyTagClassName
{
color: #ABC274;
}
</style>
background-color css
<style>
a { background-color: #ABC274; }
a { background-color: rgb(171,194,116); }
div.DivClassName
{
background-color: #ABC274;
}
.BgClassName
{
background-color: #ABC274;
}
</style>
border-color css
<style>
span { border-color: #ABC274; }
span { border-color: rgb(171,194,116); }
td.TdClassName
{
border-color: #ABC274;
}
.TagClassName
{
border-color: #ABC274;
}
</style>