Shades of Conifer #9BCD58
Tints of Conifer #9BCD58
RGB
CMYK
RGB Variations
Color information
#9BCD58 (or 0x9BCD58) is known color: Conifer. HEX triplet: 9B, CD and 58. RGB value is (155,205,88). Sum of RGB (Red+Green+Blue) = 155+205+88=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 88 (34.77% from 255 or 19.64% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCD58 is #6432A7. Grayscale: #B1B1B1. Windows color (decimal): -6566568 or 5819803. OLE color: 5819803.
HSL color Cylindrical-coordinate representation of color #9BCD58: hue angle of 85.64º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BCD58 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 205 | 88 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.20 |
| HSL | 85.64º | 0.54% | 0.57% | - |
| HSV(B) | 85.64º | 0.57% | 0.8% | - |
| XYZ | 37.11 | 51.34 | 17.19 | - |
| YUV | 176.71 | 77.94 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 88 | 0.24 | 0 | 0.57 | 0.20 | 85.64 | 0.54 | 0.57 |
| Hex | 9B | CD | 58 | 18 | 0 | 39 | 14 | 56 | 36 | 39 |
| Octal | 233 | 315 | 130 | 30 | 0 | 71 | 24 | 126 | 66 | 71 |
| Binary | 10011011 | 11001101 | 1011000 | 11000 | 0 | 111001 | 10100 | 1010110 | 110110 | 111001 |
Color Harmonies of #9BCD58
Complementary color
Monochromatic Colors of #9BCD58
Black with #9BCD58
Text Example
Text Example
White with #9BCD58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCD58; }
p { color: rgb(155,205,88); }
H1.HeaderClassName
{
color: #9BCD58;
}
.AnyTagClassName
{
color: #9BCD58;
}
</style>
background-color css
<style>
a { background-color: #9BCD58; }
a { background-color: rgb(155,205,88); }
div.DivClassName
{
background-color: #9BCD58;
}
.BgClassName
{
background-color: #9BCD58;
}
</style>
border-color css
<style>
span { border-color: #9BCD58; }
span { border-color: rgb(155,205,88); }
td.TdClassName
{
border-color: #9BCD58;
}
.TagClassName
{
border-color: #9BCD58;
}
</style>