Shades of Caper #ABC273
Tints of Caper #ABC273
RGB
CMYK
RGB Variations
Color information
#ABC273 (or 0xABC273) is known color: Caper. HEX triplet: AB, C2 and 73. RGB value is (171,194,115). Sum of RGB (Red+Green+Blue) = 171+194+115=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 115 (45.31% from 255 or 23.96% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC273 is #543D8C. Grayscale: #B2B2B2. Windows color (decimal): -5520781 or 7586475. OLE color: 7586475.
HSL color Cylindrical-coordinate representation of color #ABC273: hue angle of 77.47º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABC273 is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 115 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.24 |
| HSL | 77.47º | 0.39% | 0.61% | - |
| HSV(B) | 77.47º | 0.41% | 0.76% | - |
| XYZ | 39.18 | 48.48 | 23.51 | - |
| YUV | 178.12 | 92.38 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 115 | 0.12 | 0 | 0.41 | 0.24 | 77.47 | 0.39 | 0.61 |
| Hex | AB | C2 | 73 | C | 0 | 29 | 18 | 4D | 27 | 3D |
| Octal | 253 | 302 | 163 | 14 | 0 | 51 | 30 | 115 | 47 | 75 |
| Binary | 10101011 | 11000010 | 1110011 | 1100 | 0 | 101001 | 11000 | 1001101 | 100111 | 111101 |
Color Harmonies of #ABC273
Complementary color
Monochromatic Colors of #ABC273
Black with #ABC273
Text Example
Text Example
White with #ABC273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC273; }
p { color: rgb(171,194,115); }
H1.HeaderClassName
{
color: #ABC273;
}
.AnyTagClassName
{
color: #ABC273;
}
</style>
background-color css
<style>
a { background-color: #ABC273; }
a { background-color: rgb(171,194,115); }
div.DivClassName
{
background-color: #ABC273;
}
.BgClassName
{
background-color: #ABC273;
}
</style>
border-color css
<style>
span { border-color: #ABC273; }
span { border-color: rgb(171,194,115); }
td.TdClassName
{
border-color: #ABC273;
}
.TagClassName
{
border-color: #ABC273;
}
</style>