Shades of Yellow Green #9CBC34
Tints of Yellow Green #9CBC34
RGB
CMYK
RGB Variations
Color information
#9CBC34 (or 0x9CBC34) is known color: Yellow Green. HEX triplet: 9C, BC and 34. RGB value is (156,188,52). Sum of RGB (Red+Green+Blue) = 156+188+52=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CBC34 is #6343CB. Grayscale: #A3A3A3. Windows color (decimal): -6505420 or 3456156. OLE color: 3456156.
HSL color Cylindrical-coordinate representation of color #9CBC34: hue angle of 74.12º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9CBC34 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 188 | 52 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.26 |
| HSL | 74.12º | 0.57% | 0.47% | - |
| HSV(B) | 74.12º | 0.72% | 0.74% | - |
| XYZ | 32.31 | 43.28 | 9.9 | - |
| YUV | 162.93 | 65.4 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 188 | 52 | 0.17 | 0 | 0.72 | 0.26 | 74.12 | 0.57 | 0.47 |
| Hex | 9C | BC | 34 | 11 | 0 | 48 | 1A | 4A | 39 | 2F |
| Octal | 234 | 274 | 64 | 21 | 0 | 110 | 32 | 112 | 71 | 57 |
| Binary | 10011100 | 10111100 | 110100 | 10001 | 0 | 1001000 | 11010 | 1001010 | 111001 | 101111 |
Color Harmonies of #9CBC34
Complementary color
Monochromatic Colors of #9CBC34
Black with #9CBC34
Text Example
Text Example
White with #9CBC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CBC34; }
p { color: rgb(156,188,52); }
H1.HeaderClassName
{
color: #9CBC34;
}
.AnyTagClassName
{
color: #9CBC34;
}
</style>
background-color css
<style>
a { background-color: #9CBC34; }
a { background-color: rgb(156,188,52); }
div.DivClassName
{
background-color: #9CBC34;
}
.BgClassName
{
background-color: #9CBC34;
}
</style>
border-color css
<style>
span { border-color: #9CBC34; }
span { border-color: rgb(156,188,52); }
td.TdClassName
{
border-color: #9CBC34;
}
.TagClassName
{
border-color: #9CBC34;
}
</style>