Shades of Conifer #9CCE5B
Tints of Conifer #9CCE5B
RGB
CMYK
RGB Variations
Color information
#9CCE5B (or 0x9CCE5B) is known color: Conifer. HEX triplet: 9C, CE and 5B. RGB value is (156,206,91). Sum of RGB (Red+Green+Blue) = 156+206+91=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 206 - color contains mainly: green. Hex color #9CCE5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCE5B is #6331A4. Grayscale: #B2B2B2. Windows color (decimal): -6500773 or 6016668. OLE color: 6016668.
HSL color Cylindrical-coordinate representation of color #9CCE5B: hue angle of 86.09º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CCE5B is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 206 | 91 | - |
| CMYK | 0.24 | 0 | 0.56 | 0.19 |
| HSL | 86.09º | 0.54% | 0.58% | - |
| HSV(B) | 86.09º | 0.56% | 0.81% | - |
| XYZ | 37.67 | 51.97 | 17.94 | - |
| YUV | 177.94 | 78.94 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 206 | 91 | 0.24 | 0 | 0.56 | 0.19 | 86.09 | 0.54 | 0.58 |
| Hex | 9C | CE | 5B | 18 | 0 | 38 | 13 | 56 | 36 | 3A |
| Octal | 234 | 316 | 133 | 30 | 0 | 70 | 23 | 126 | 66 | 72 |
| Binary | 10011100 | 11001110 | 1011011 | 11000 | 0 | 111000 | 10011 | 1010110 | 110110 | 111010 |
Color Harmonies of #9CCE5B
Complementary color
Monochromatic Colors of #9CCE5B
Black with #9CCE5B
Text Example
Text Example
White with #9CCE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCE5B; }
p { color: rgb(156,206,91); }
H1.HeaderClassName
{
color: #9CCE5B;
}
.AnyTagClassName
{
color: #9CCE5B;
}
</style>
background-color css
<style>
a { background-color: #9CCE5B; }
a { background-color: rgb(156,206,91); }
div.DivClassName
{
background-color: #9CCE5B;
}
.BgClassName
{
background-color: #9CCE5B;
}
</style>
border-color css
<style>
span { border-color: #9CCE5B; }
span { border-color: rgb(156,206,91); }
td.TdClassName
{
border-color: #9CCE5B;
}
.TagClassName
{
border-color: #9CCE5B;
}
</style>