Shades of Conifer #9BDC5C
Tints of Conifer #9BDC5C
RGB
CMYK
RGB Variations
Color information
#9BDC5C (or 0x9BDC5C) is known color: Conifer. HEX triplet: 9B, DC and 5C. RGB value is (155,220,92). Sum of RGB (Red+Green+Blue) = 155+220+92=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDC5C is #6423A3. Grayscale: #BABABA. Windows color (decimal): -6562724 or 6085787. OLE color: 6085787.
HSL color Cylindrical-coordinate representation of color #9BDC5C: hue angle of 90.47º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BDC5C is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 220 | 92 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.14 |
| HSL | 90.47º | 0.65% | 0.61% | - |
| HSV(B) | 90.47º | 0.58% | 0.86% | - |
| XYZ | 41.04 | 58.93 | 19.34 | - |
| YUV | 185.97 | 74.97 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 220 | 92 | 0.30 | 0 | 0.58 | 0.14 | 90.47 | 0.65 | 0.61 |
| Hex | 9B | DC | 5C | 1E | 0 | 3A | E | 5A | 41 | 3D |
| Octal | 233 | 334 | 134 | 36 | 0 | 72 | 16 | 132 | 101 | 75 |
| Binary | 10011011 | 11011100 | 1011100 | 11110 | 0 | 111010 | 1110 | 1011010 | 1000001 | 111101 |
Color Harmonies of #9BDC5C
Complementary color
Monochromatic Colors of #9BDC5C
Black with #9BDC5C
Text Example
Text Example
White with #9BDC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDC5C; }
p { color: rgb(155,220,92); }
H1.HeaderClassName
{
color: #9BDC5C;
}
.AnyTagClassName
{
color: #9BDC5C;
}
</style>
background-color css
<style>
a { background-color: #9BDC5C; }
a { background-color: rgb(155,220,92); }
div.DivClassName
{
background-color: #9BDC5C;
}
.BgClassName
{
background-color: #9BDC5C;
}
</style>
border-color css
<style>
span { border-color: #9BDC5C; }
span { border-color: rgb(155,220,92); }
td.TdClassName
{
border-color: #9BDC5C;
}
.TagClassName
{
border-color: #9BDC5C;
}
</style>