Shades of Conifer #9BDB63
Tints of Conifer #9BDB63
RGB
CMYK
RGB Variations
Color information
#9BDB63 (or 0x9BDB63) is known color: Conifer. HEX triplet: 9B, DB and 63. RGB value is (155,219,99). Sum of RGB (Red+Green+Blue) = 155+219+99=473 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.77% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 99 (39.06% from 255 or 20.93% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDB63 is #64249C. Grayscale: #BABABA. Windows color (decimal): -6562973 or 6544283. OLE color: 6544283.
HSL color Cylindrical-coordinate representation of color #9BDB63: hue angle of 92º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BDB63 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 219 | 99 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.14 |
| HSL | 92º | 0.63% | 0.62% | - |
| HSV(B) | 92º | 0.55% | 0.86% | - |
| XYZ | 41.1 | 58.53 | 20.94 | - |
| YUV | 186.18 | 78.8 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 219 | 99 | 0.29 | 0 | 0.55 | 0.14 | 92 | 0.63 | 0.62 |
| Hex | 9B | DB | 63 | 1D | 0 | 37 | E | 5C | 3E | 3E |
| Octal | 233 | 333 | 143 | 35 | 0 | 67 | 16 | 134 | 76 | 76 |
| Binary | 10011011 | 11011011 | 1100011 | 11101 | 0 | 110111 | 1110 | 1011100 | 111110 | 111110 |
Color Harmonies of #9BDB63
Complementary color
Monochromatic Colors of #9BDB63
Black with #9BDB63
Text Example
Text Example
White with #9BDB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDB63; }
p { color: rgb(155,219,99); }
H1.HeaderClassName
{
color: #9BDB63;
}
.AnyTagClassName
{
color: #9BDB63;
}
</style>
background-color css
<style>
a { background-color: #9BDB63; }
a { background-color: rgb(155,219,99); }
div.DivClassName
{
background-color: #9BDB63;
}
.BgClassName
{
background-color: #9BDB63;
}
</style>
border-color css
<style>
span { border-color: #9BDB63; }
span { border-color: rgb(155,219,99); }
td.TdClassName
{
border-color: #9BDB63;
}
.TagClassName
{
border-color: #9BDB63;
}
</style>