Shades of Conifer #9BDB5D
Tints of Conifer #9BDB5D
RGB
CMYK
RGB Variations
Color information
#9BDB5D (or 0x9BDB5D) is known color: Conifer. HEX triplet: 9B, DB and 5D. RGB value is (155,219,93). Sum of RGB (Red+Green+Blue) = 155+219+93=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDB5D is #6424A2. Grayscale: #B9B9B9. Windows color (decimal): -6562979 or 6151067. OLE color: 6151067.
HSL color Cylindrical-coordinate representation of color #9BDB5D: hue angle of 90.48º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BDB5D is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 219 | 93 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.14 |
| HSL | 90.48º | 0.64% | 0.61% | - |
| HSV(B) | 90.48º | 0.58% | 0.86% | - |
| XYZ | 40.82 | 58.42 | 19.48 | - |
| YUV | 185.5 | 75.8 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 219 | 93 | 0.29 | 0 | 0.58 | 0.14 | 90.48 | 0.64 | 0.61 |
| Hex | 9B | DB | 5D | 1D | 0 | 3A | E | 5A | 40 | 3D |
| Octal | 233 | 333 | 135 | 35 | 0 | 72 | 16 | 132 | 100 | 75 |
| Binary | 10011011 | 11011011 | 1011101 | 11101 | 0 | 111010 | 1110 | 1011010 | 1000000 | 111101 |
Color Harmonies of #9BDB5D
Complementary color
Monochromatic Colors of #9BDB5D
Black with #9BDB5D
Text Example
Text Example
White with #9BDB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDB5D; }
p { color: rgb(155,219,93); }
H1.HeaderClassName
{
color: #9BDB5D;
}
.AnyTagClassName
{
color: #9BDB5D;
}
</style>
background-color css
<style>
a { background-color: #9BDB5D; }
a { background-color: rgb(155,219,93); }
div.DivClassName
{
background-color: #9BDB5D;
}
.BgClassName
{
background-color: #9BDB5D;
}
</style>
border-color css
<style>
span { border-color: #9BDB5D; }
span { border-color: rgb(155,219,93); }
td.TdClassName
{
border-color: #9BDB5D;
}
.TagClassName
{
border-color: #9BDB5D;
}
</style>