Shades of Conifer #9BEC56
Tints of Conifer #9BEC56
RGB
CMYK
RGB Variations
Color information
#9BEC56 (or 0x9BEC56) is known color: Conifer. HEX triplet: 9B, EC and 56. RGB value is (155,236,86). Sum of RGB (Red+Green+Blue) = 155+236+86=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 86 (33.98% from 255 or 18.03% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #9BEC56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEC56 is #6413A9. Grayscale: #C3C3C3. Windows color (decimal): -6558634 or 5696667. OLE color: 5696667.
HSL color Cylindrical-coordinate representation of color #9BEC56: hue angle of 92.4º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9BEC56 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 86 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.07 |
| HSL | 92.4º | 0.8% | 0.63% | - |
| HSV(B) | 92.4º | 0.64% | 0.93% | - |
| XYZ | 45.19 | 67.63 | 19.48 | - |
| YUV | 194.68 | 66.66 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 86 | 0.34 | 0 | 0.64 | 0.07 | 92.4 | 0.8 | 0.63 |
| Hex | 9B | EC | 56 | 22 | 0 | 40 | 7 | 5C | 50 | 3F |
| Octal | 233 | 354 | 126 | 42 | 0 | 100 | 7 | 134 | 120 | 77 |
| Binary | 10011011 | 11101100 | 1010110 | 100010 | 0 | 1000000 | 111 | 1011100 | 1010000 | 111111 |
Color Harmonies of #9BEC56
Complementary color
Monochromatic Colors of #9BEC56
Black with #9BEC56
Text Example
Text Example
White with #9BEC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEC56; }
p { color: rgb(155,236,86); }
H1.HeaderClassName
{
color: #9BEC56;
}
.AnyTagClassName
{
color: #9BEC56;
}
</style>
background-color css
<style>
a { background-color: #9BEC56; }
a { background-color: rgb(155,236,86); }
div.DivClassName
{
background-color: #9BEC56;
}
.BgClassName
{
background-color: #9BEC56;
}
</style>
border-color css
<style>
span { border-color: #9BEC56; }
span { border-color: rgb(155,236,86); }
td.TdClassName
{
border-color: #9BEC56;
}
.TagClassName
{
border-color: #9BEC56;
}
</style>