Shades of Conifer #9BDB5B
Tints of Conifer #9BDB5B
RGB
CMYK
RGB Variations
Color information
#9BDB5B (or 0x9BDB5B) is known color: Conifer. HEX triplet: 9B, DB and 5B. RGB value is (155,219,91). Sum of RGB (Red+Green+Blue) = 155+219+91=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDB5B is #6424A4. Grayscale: #B9B9B9. Windows color (decimal): -6562981 or 6019995. OLE color: 6019995.
HSL color Cylindrical-coordinate representation of color #9BDB5B: hue angle of 90º 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 #9BDB5B is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 219 | 91 | - |
| CMYK | 0.29 | 0 | 0.58 | 0.14 |
| HSL | 90º | 0.64% | 0.61% | - |
| HSV(B) | 90º | 0.58% | 0.86% | - |
| XYZ | 40.74 | 58.39 | 19.02 | - |
| YUV | 185.27 | 74.8 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 219 | 91 | 0.29 | 0 | 0.58 | 0.14 | 90 | 0.64 | 0.61 |
| Hex | 9B | DB | 5B | 1D | 0 | 3A | E | 5A | 40 | 3D |
| Octal | 233 | 333 | 133 | 35 | 0 | 72 | 16 | 132 | 100 | 75 |
| Binary | 10011011 | 11011011 | 1011011 | 11101 | 0 | 111010 | 1110 | 1011010 | 1000000 | 111101 |
Color Harmonies of #9BDB5B
Complementary color
Monochromatic Colors of #9BDB5B
Black with #9BDB5B
Text Example
Text Example
White with #9BDB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDB5B; }
p { color: rgb(155,219,91); }
H1.HeaderClassName
{
color: #9BDB5B;
}
.AnyTagClassName
{
color: #9BDB5B;
}
</style>
background-color css
<style>
a { background-color: #9BDB5B; }
a { background-color: rgb(155,219,91); }
div.DivClassName
{
background-color: #9BDB5B;
}
.BgClassName
{
background-color: #9BDB5B;
}
</style>
border-color css
<style>
span { border-color: #9BDB5B; }
span { border-color: rgb(155,219,91); }
td.TdClassName
{
border-color: #9BDB5B;
}
.TagClassName
{
border-color: #9BDB5B;
}
</style>