Shades of Conifer #9CCC5B
Tints of Conifer #9CCC5B
RGB
CMYK
RGB Variations
Color information
#9CCC5B (or 0x9CCC5B) is known color: Conifer. HEX triplet: 9C, CC and 5B. RGB value is (156,204,91). Sum of RGB (Red+Green+Blue) = 156+204+91=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #9CCC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCC5B is #6333A4. Grayscale: #B1B1B1. Windows color (decimal): -6501285 or 6016156. OLE color: 6016156.
HSL color Cylindrical-coordinate representation of color #9CCC5B: hue angle of 85.49º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CCC5B is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 204 | 91 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.2 |
| HSL | 85.49º | 0.53% | 0.58% | - |
| HSV(B) | 85.49º | 0.55% | 0.8% | - |
| XYZ | 37.19 | 51.01 | 17.78 | - |
| YUV | 176.77 | 79.6 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 204 | 91 | 0.24 | 0 | 0.55 | 0.2 | 85.49 | 0.53 | 0.58 |
| Hex | 9C | CC | 5B | 18 | 0 | 37 | 14 | 55 | 35 | 3A |
| Octal | 234 | 314 | 133 | 30 | 0 | 67 | 24 | 125 | 65 | 72 |
| Binary | 10011100 | 11001100 | 1011011 | 11000 | 0 | 110111 | 10100 | 1010101 | 110101 | 111010 |
Color Harmonies of #9CCC5B
Complementary color
Monochromatic Colors of #9CCC5B
Black with #9CCC5B
Text Example
Text Example
White with #9CCC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCC5B; }
p { color: rgb(156,204,91); }
H1.HeaderClassName
{
color: #9CCC5B;
}
.AnyTagClassName
{
color: #9CCC5B;
}
</style>
background-color css
<style>
a { background-color: #9CCC5B; }
a { background-color: rgb(156,204,91); }
div.DivClassName
{
background-color: #9CCC5B;
}
.BgClassName
{
background-color: #9CCC5B;
}
</style>
border-color css
<style>
span { border-color: #9CCC5B; }
span { border-color: rgb(156,204,91); }
td.TdClassName
{
border-color: #9CCC5B;
}
.TagClassName
{
border-color: #9CCC5B;
}
</style>