Shades of Caper #ABCB6D
Tints of Caper #ABCB6D
RGB
CMYK
RGB Variations
Color information
#ABCB6D (or 0xABCB6D) is known color: Caper. HEX triplet: AB, CB and 6D. RGB value is (171,203,109). Sum of RGB (Red+Green+Blue) = 171+203+109=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCB6D is #543492. Grayscale: #B7B7B7. Windows color (decimal): -5518483 or 7195563. OLE color: 7195563.
HSL color Cylindrical-coordinate representation of color #ABCB6D: hue angle of 80.43º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ABCB6D is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 109 | - |
| CMYK | 0.16 | 0 | 0.46 | 0.20 |
| HSL | 80.43º | 0.47% | 0.61% | - |
| HSV(B) | 80.43º | 0.46% | 0.8% | - |
| XYZ | 40.91 | 52.47 | 22.44 | - |
| YUV | 182.72 | 86.4 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 109 | 0.16 | 0 | 0.46 | 0.20 | 80.43 | 0.47 | 0.61 |
| Hex | AB | CB | 6D | 10 | 0 | 2E | 14 | 50 | 2F | 3D |
| Octal | 253 | 313 | 155 | 20 | 0 | 56 | 24 | 120 | 57 | 75 |
| Binary | 10101011 | 11001011 | 1101101 | 10000 | 0 | 101110 | 10100 | 1010000 | 101111 | 111101 |
Color Harmonies of #ABCB6D
Complementary color
Monochromatic Colors of #ABCB6D
Black with #ABCB6D
Text Example
Text Example
White with #ABCB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB6D; }
p { color: rgb(171,203,109); }
H1.HeaderClassName
{
color: #ABCB6D;
}
.AnyTagClassName
{
color: #ABCB6D;
}
</style>
background-color css
<style>
a { background-color: #ABCB6D; }
a { background-color: rgb(171,203,109); }
div.DivClassName
{
background-color: #ABCB6D;
}
.BgClassName
{
background-color: #ABCB6D;
}
</style>
border-color css
<style>
span { border-color: #ABCB6D; }
span { border-color: rgb(171,203,109); }
td.TdClassName
{
border-color: #ABCB6D;
}
.TagClassName
{
border-color: #ABCB6D;
}
</style>