Shades of Conifer #9DCB59
Tints of Conifer #9DCB59
RGB
CMYK
RGB Variations
Color information
#9DCB59 (or 0x9DCB59) is known color: Conifer. HEX triplet: 9D, CB and 59. RGB value is (157,203,89). Sum of RGB (Red+Green+Blue) = 157+203+89=449 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.97% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCB59 is #6234A6. Grayscale: #B0B0B0. Windows color (decimal): -6436007 or 5884829. OLE color: 5884829.
HSL color Cylindrical-coordinate representation of color #9DCB59: hue angle of 84.21º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DCB59 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 89 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.20 |
| HSL | 84.21º | 0.52% | 0.57% | - |
| HSV(B) | 84.21º | 0.56% | 0.8% | - |
| XYZ | 37.06 | 50.6 | 17.26 | - |
| YUV | 176.25 | 78.76 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 89 | 0.23 | 0 | 0.56 | 0.20 | 84.21 | 0.52 | 0.57 |
| Hex | 9D | CB | 59 | 17 | 0 | 38 | 14 | 54 | 34 | 39 |
| Octal | 235 | 313 | 131 | 27 | 0 | 70 | 24 | 124 | 64 | 71 |
| Binary | 10011101 | 11001011 | 1011001 | 10111 | 0 | 111000 | 10100 | 1010100 | 110100 | 111001 |
Color Harmonies of #9DCB59
Complementary color
Monochromatic Colors of #9DCB59
Black with #9DCB59
Text Example
Text Example
White with #9DCB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCB59; }
p { color: rgb(157,203,89); }
H1.HeaderClassName
{
color: #9DCB59;
}
.AnyTagClassName
{
color: #9DCB59;
}
</style>
background-color css
<style>
a { background-color: #9DCB59; }
a { background-color: rgb(157,203,89); }
div.DivClassName
{
background-color: #9DCB59;
}
.BgClassName
{
background-color: #9DCB59;
}
</style>
border-color css
<style>
span { border-color: #9DCB59; }
span { border-color: rgb(157,203,89); }
td.TdClassName
{
border-color: #9DCB59;
}
.TagClassName
{
border-color: #9DCB59;
}
</style>