Shades of Conifer #9BD756
Tints of Conifer #9BD756
RGB
CMYK
RGB Variations
Color information
#9BD756 (or 0x9BD756) is known color: Conifer. HEX triplet: 9B, D7 and 56. RGB value is (155,215,86). Sum of RGB (Red+Green+Blue) = 155+215+86=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 215 - color contains mainly: green. Hex color #9BD756 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD756 is #6428A9. Grayscale: #B6B6B6. Windows color (decimal): -6564010 or 5691291. OLE color: 5691291.
HSL color Cylindrical-coordinate representation of color #9BD756: hue angle of 87.91º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BD756 is Cyan = 0.28, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 215 | 86 | - |
| CMYK | 0.28 | 0 | 0.6 | 0.16 |
| HSL | 87.91º | 0.62% | 0.59% | - |
| HSV(B) | 87.91º | 0.6% | 0.84% | - |
| XYZ | 39.5 | 56.24 | 17.58 | - |
| YUV | 182.35 | 73.62 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 215 | 86 | 0.28 | 0 | 0.6 | 0.16 | 87.91 | 0.62 | 0.59 |
| Hex | 9B | D7 | 56 | 1C | 0 | 3C | 10 | 58 | 3E | 3B |
| Octal | 233 | 327 | 126 | 34 | 0 | 74 | 20 | 130 | 76 | 73 |
| Binary | 10011011 | 11010111 | 1010110 | 11100 | 0 | 111100 | 10000 | 1011000 | 111110 | 111011 |
Color Harmonies of #9BD756
Complementary color
Monochromatic Colors of #9BD756
Black with #9BD756
Text Example
Text Example
White with #9BD756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD756; }
p { color: rgb(155,215,86); }
H1.HeaderClassName
{
color: #9BD756;
}
.AnyTagClassName
{
color: #9BD756;
}
</style>
background-color css
<style>
a { background-color: #9BD756; }
a { background-color: rgb(155,215,86); }
div.DivClassName
{
background-color: #9BD756;
}
.BgClassName
{
background-color: #9BD756;
}
</style>
border-color css
<style>
span { border-color: #9BD756; }
span { border-color: rgb(155,215,86); }
td.TdClassName
{
border-color: #9BD756;
}
.TagClassName
{
border-color: #9BD756;
}
</style>