Shades of Caper #ABCB75
Tints of Caper #ABCB75
RGB
CMYK
RGB Variations
Color information
#ABCB75 (or 0xABCB75) is known color: Caper. HEX triplet: AB, CB and 75. RGB value is (171,203,117). Sum of RGB (Red+Green+Blue) = 171+203+117=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCB75 is #54348A. Grayscale: #B7B7B7. Windows color (decimal): -5518475 or 7719851. OLE color: 7719851.
HSL color Cylindrical-coordinate representation of color #ABCB75: hue angle of 82.33º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABCB75 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 117 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.20 |
| HSL | 82.33º | 0.45% | 0.63% | - |
| HSV(B) | 82.33º | 0.42% | 0.8% | - |
| XYZ | 41.36 | 52.65 | 24.81 | - |
| YUV | 183.63 | 90.4 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 117 | 0.16 | 0 | 0.42 | 0.20 | 82.33 | 0.45 | 0.63 |
| Hex | AB | CB | 75 | 10 | 0 | 2A | 14 | 52 | 2D | 3F |
| Octal | 253 | 313 | 165 | 20 | 0 | 52 | 24 | 122 | 55 | 77 |
| Binary | 10101011 | 11001011 | 1110101 | 10000 | 0 | 101010 | 10100 | 1010010 | 101101 | 111111 |
Color Harmonies of #ABCB75
Complementary color
Monochromatic Colors of #ABCB75
Black with #ABCB75
Text Example
Text Example
White with #ABCB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB75; }
p { color: rgb(171,203,117); }
H1.HeaderClassName
{
color: #ABCB75;
}
.AnyTagClassName
{
color: #ABCB75;
}
</style>
background-color css
<style>
a { background-color: #ABCB75; }
a { background-color: rgb(171,203,117); }
div.DivClassName
{
background-color: #ABCB75;
}
.BgClassName
{
background-color: #ABCB75;
}
</style>
border-color css
<style>
span { border-color: #ABCB75; }
span { border-color: rgb(171,203,117); }
td.TdClassName
{
border-color: #ABCB75;
}
.TagClassName
{
border-color: #ABCB75;
}
</style>