Shades of Conifer #ABCB5F
Tints of Conifer #ABCB5F
RGB
CMYK
RGB Variations
Color information
#ABCB5F (or 0xABCB5F) is known color: Conifer. HEX triplet: AB, CB and 5F. RGB value is (171,203,95). Sum of RGB (Red+Green+Blue) = 171+203+95=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCB5F is #5434A0. Grayscale: #B5B5B5. Windows color (decimal): -5518497 or 6278059. OLE color: 6278059.
HSL color Cylindrical-coordinate representation of color #ABCB5F: hue angle of 77.78º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABCB5F is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 203 | 95 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.20 |
| HSL | 77.78º | 0.51% | 0.58% | - |
| HSV(B) | 77.78º | 0.53% | 0.8% | - |
| XYZ | 40.22 | 52.2 | 18.78 | - |
| YUV | 181.12 | 79.4 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 203 | 95 | 0.16 | 0 | 0.53 | 0.20 | 77.78 | 0.51 | 0.58 |
| Hex | AB | CB | 5F | 10 | 0 | 35 | 14 | 4E | 33 | 3A |
| Octal | 253 | 313 | 137 | 20 | 0 | 65 | 24 | 116 | 63 | 72 |
| Binary | 10101011 | 11001011 | 1011111 | 10000 | 0 | 110101 | 10100 | 1001110 | 110011 | 111010 |
Color Harmonies of #ABCB5F
Complementary color
Monochromatic Colors of #ABCB5F
Black with #ABCB5F
Text Example
Text Example
White with #ABCB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCB5F; }
p { color: rgb(171,203,95); }
H1.HeaderClassName
{
color: #ABCB5F;
}
.AnyTagClassName
{
color: #ABCB5F;
}
</style>
background-color css
<style>
a { background-color: #ABCB5F; }
a { background-color: rgb(171,203,95); }
div.DivClassName
{
background-color: #ABCB5F;
}
.BgClassName
{
background-color: #ABCB5F;
}
</style>
border-color css
<style>
span { border-color: #ABCB5F; }
span { border-color: rgb(171,203,95); }
td.TdClassName
{
border-color: #ABCB5F;
}
.TagClassName
{
border-color: #ABCB5F;
}
</style>