Shades of Conifer #9BD556
Tints of Conifer #9BD556
RGB
CMYK
RGB Variations
Color information
#9BD556 (or 0x9BD556) is known color: Conifer. HEX triplet: 9B, D5 and 56. RGB value is (155,213,86). Sum of RGB (Red+Green+Blue) = 155+213+86=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 86 (33.98% from 255 or 18.94% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD556 is #642AA9. Grayscale: #B5B5B5. Windows color (decimal): -6564522 or 5690779. OLE color: 5690779.
HSL color Cylindrical-coordinate representation of color #9BD556: hue angle of 87.4º degrees, saturation: 0.6, 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 #9BD556 is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 213 | 86 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.16 |
| HSL | 87.4º | 0.6% | 0.59% | - |
| HSV(B) | 87.4º | 0.6% | 0.84% | - |
| XYZ | 38.99 | 55.23 | 17.41 | - |
| YUV | 181.18 | 74.28 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 213 | 86 | 0.27 | 0 | 0.60 | 0.16 | 87.4 | 0.6 | 0.59 |
| Hex | 9B | D5 | 56 | 1B | 0 | 3C | 10 | 57 | 3C | 3B |
| Octal | 233 | 325 | 126 | 33 | 0 | 74 | 20 | 127 | 74 | 73 |
| Binary | 10011011 | 11010101 | 1010110 | 11011 | 0 | 111100 | 10000 | 1010111 | 111100 | 111011 |
Color Harmonies of #9BD556
Complementary color
Monochromatic Colors of #9BD556
Black with #9BD556
Text Example
Text Example
White with #9BD556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD556; }
p { color: rgb(155,213,86); }
H1.HeaderClassName
{
color: #9BD556;
}
.AnyTagClassName
{
color: #9BD556;
}
</style>
background-color css
<style>
a { background-color: #9BD556; }
a { background-color: rgb(155,213,86); }
div.DivClassName
{
background-color: #9BD556;
}
.BgClassName
{
background-color: #9BD556;
}
</style>
border-color css
<style>
span { border-color: #9BD556; }
span { border-color: rgb(155,213,86); }
td.TdClassName
{
border-color: #9BD556;
}
.TagClassName
{
border-color: #9BD556;
}
</style>