Shades of Conifer #9BDB61
Tints of Conifer #9BDB61
RGB
CMYK
RGB Variations
Color information
#9BDB61 (or 0x9BDB61) is known color: Conifer. HEX triplet: 9B, DB and 61. RGB value is (155,219,97). Sum of RGB (Red+Green+Blue) = 155+219+97=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDB61 is #64249E. Grayscale: #BABABA. Windows color (decimal): -6562975 or 6413211. OLE color: 6413211.
HSL color Cylindrical-coordinate representation of color #9BDB61: hue angle of 91.48º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BDB61 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 219 | 97 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.14 |
| HSL | 91.48º | 0.63% | 0.62% | - |
| HSV(B) | 91.48º | 0.56% | 0.86% | - |
| XYZ | 41.01 | 58.49 | 20.44 | - |
| YUV | 185.96 | 77.8 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 219 | 97 | 0.29 | 0 | 0.56 | 0.14 | 91.48 | 0.63 | 0.62 |
| Hex | 9B | DB | 61 | 1D | 0 | 38 | E | 5B | 3F | 3E |
| Octal | 233 | 333 | 141 | 35 | 0 | 70 | 16 | 133 | 77 | 76 |
| Binary | 10011011 | 11011011 | 1100001 | 11101 | 0 | 111000 | 1110 | 1011011 | 111111 | 111110 |
Color Harmonies of #9BDB61
Complementary color
Monochromatic Colors of #9BDB61
Black with #9BDB61
Text Example
Text Example
White with #9BDB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDB61; }
p { color: rgb(155,219,97); }
H1.HeaderClassName
{
color: #9BDB61;
}
.AnyTagClassName
{
color: #9BDB61;
}
</style>
background-color css
<style>
a { background-color: #9BDB61; }
a { background-color: rgb(155,219,97); }
div.DivClassName
{
background-color: #9BDB61;
}
.BgClassName
{
background-color: #9BDB61;
}
</style>
border-color css
<style>
span { border-color: #9BDB61; }
span { border-color: rgb(155,219,97); }
td.TdClassName
{
border-color: #9BDB61;
}
.TagClassName
{
border-color: #9BDB61;
}
</style>