Shades of Caper #ABCE6B
Tints of Caper #ABCE6B
RGB
CMYK
RGB Variations
Color information
#ABCE6B (or 0xABCE6B) is known color: Caper. HEX triplet: AB, CE and 6B. RGB value is (171,206,107). Sum of RGB (Red+Green+Blue) = 171+206+107=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCE6B is #543194. Grayscale: #B8B8B8. Windows color (decimal): -5517717 or 7065259. OLE color: 7065259.
HSL color Cylindrical-coordinate representation of color #ABCE6B: hue angle of 81.21º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ABCE6B is Cyan = 0.17, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 107 | - |
| CMYK | 0.17 | 0 | 0.48 | 0.19 |
| HSL | 81.21º | 0.5% | 0.61% | - |
| HSV(B) | 81.21º | 0.48% | 0.81% | - |
| XYZ | 41.52 | 53.86 | 22.12 | - |
| YUV | 184.25 | 84.4 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 107 | 0.17 | 0 | 0.48 | 0.19 | 81.21 | 0.5 | 0.61 |
| Hex | AB | CE | 6B | 11 | 0 | 30 | 13 | 51 | 32 | 3D |
| Octal | 253 | 316 | 153 | 21 | 0 | 60 | 23 | 121 | 62 | 75 |
| Binary | 10101011 | 11001110 | 1101011 | 10001 | 0 | 110000 | 10011 | 1010001 | 110010 | 111101 |
Color Harmonies of #ABCE6B
Complementary color
Monochromatic Colors of #ABCE6B
Black with #ABCE6B
Text Example
Text Example
White with #ABCE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE6B; }
p { color: rgb(171,206,107); }
H1.HeaderClassName
{
color: #ABCE6B;
}
.AnyTagClassName
{
color: #ABCE6B;
}
</style>
background-color css
<style>
a { background-color: #ABCE6B; }
a { background-color: rgb(171,206,107); }
div.DivClassName
{
background-color: #ABCE6B;
}
.BgClassName
{
background-color: #ABCE6B;
}
</style>
border-color css
<style>
span { border-color: #ABCE6B; }
span { border-color: rgb(171,206,107); }
td.TdClassName
{
border-color: #ABCE6B;
}
.TagClassName
{
border-color: #ABCE6B;
}
</style>