Shades of Caper #ABCB6C
Tints of Caper #ABCB6C
RGB
CMYK
RGB Variations
Color information
#ABCB6C (or 0xABCB6C) is known color: Caper. HEX triplet: AB, CB and 6C. RGB value is (171,203,108). Sum of RGB (Red+Green+Blue) = 171+203+108=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCB6C is #543493. Grayscale: #B6B6B6. Windows color (decimal): -5518484 or 7130027. OLE color: 7130027.
HSL color Cylindrical-coordinate representation of color #ABCB6C: hue angle of 80.21º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABCB6C is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 108 | - |
| CMYK | 0.16 | 0 | 0.47 | 0.20 |
| HSL | 80.21º | 0.48% | 0.61% | - |
| HSV(B) | 80.21º | 0.47% | 0.8% | - |
| XYZ | 40.86 | 52.45 | 22.16 | - |
| YUV | 182.6 | 85.9 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 108 | 0.16 | 0 | 0.47 | 0.20 | 80.21 | 0.48 | 0.61 |
| Hex | AB | CB | 6C | 10 | 0 | 2F | 14 | 50 | 30 | 3D |
| Octal | 253 | 313 | 154 | 20 | 0 | 57 | 24 | 120 | 60 | 75 |
| Binary | 10101011 | 11001011 | 1101100 | 10000 | 0 | 101111 | 10100 | 1010000 | 110000 | 111101 |
Color Harmonies of #ABCB6C
Complementary color
Monochromatic Colors of #ABCB6C
Black with #ABCB6C
Text Example
Text Example
White with #ABCB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB6C; }
p { color: rgb(171,203,108); }
H1.HeaderClassName
{
color: #ABCB6C;
}
.AnyTagClassName
{
color: #ABCB6C;
}
</style>
background-color css
<style>
a { background-color: #ABCB6C; }
a { background-color: rgb(171,203,108); }
div.DivClassName
{
background-color: #ABCB6C;
}
.BgClassName
{
background-color: #ABCB6C;
}
</style>
border-color css
<style>
span { border-color: #ABCB6C; }
span { border-color: rgb(171,203,108); }
td.TdClassName
{
border-color: #ABCB6C;
}
.TagClassName
{
border-color: #ABCB6C;
}
</style>