Shades of Conifer #ABCB56
Tints of Conifer #ABCB56
RGB
CMYK
RGB Variations
Color information
#ABCB56 (or 0xABCB56) is known color: Conifer. HEX triplet: AB, CB and 56. RGB value is (171,203,86). Sum of RGB (Red+Green+Blue) = 171+203+86=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCB56 is #5434A9. Grayscale: #B4B4B4. Windows color (decimal): -5518506 or 5688235. OLE color: 5688235.
HSL color Cylindrical-coordinate representation of color #ABCB56: hue angle of 76.41º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABCB56 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 86 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.20 |
| HSL | 76.41º | 0.53% | 0.57% | - |
| HSV(B) | 76.41º | 0.58% | 0.8% | - |
| XYZ | 39.83 | 52.04 | 16.75 | - |
| YUV | 180.09 | 74.9 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 86 | 0.16 | 0 | 0.58 | 0.20 | 76.41 | 0.53 | 0.57 |
| Hex | AB | CB | 56 | 10 | 0 | 3A | 14 | 4C | 35 | 39 |
| Octal | 253 | 313 | 126 | 20 | 0 | 72 | 24 | 114 | 65 | 71 |
| Binary | 10101011 | 11001011 | 1010110 | 10000 | 0 | 111010 | 10100 | 1001100 | 110101 | 111001 |
Color Harmonies of #ABCB56
Complementary color
Monochromatic Colors of #ABCB56
Black with #ABCB56
Text Example
Text Example
White with #ABCB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB56; }
p { color: rgb(171,203,86); }
H1.HeaderClassName
{
color: #ABCB56;
}
.AnyTagClassName
{
color: #ABCB56;
}
</style>
background-color css
<style>
a { background-color: #ABCB56; }
a { background-color: rgb(171,203,86); }
div.DivClassName
{
background-color: #ABCB56;
}
.BgClassName
{
background-color: #ABCB56;
}
</style>
border-color css
<style>
span { border-color: #ABCB56; }
span { border-color: rgb(171,203,86); }
td.TdClassName
{
border-color: #ABCB56;
}
.TagClassName
{
border-color: #ABCB56;
}
</style>