Shades of Yellow Green #9DBC34
Tints of Yellow Green #9DBC34
RGB
CMYK
RGB Variations
Color information
#9DBC34 (or 0x9DBC34) is known color: Yellow Green. HEX triplet: 9D, BC and 34. RGB value is (157,188,52). Sum of RGB (Red+Green+Blue) = 157+188+52=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 52 (20.70% from 255 or 13.10% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBC34 is #6243CB. Grayscale: #A3A3A3. Windows color (decimal): -6439884 or 3456157. OLE color: 3456157.
HSL color Cylindrical-coordinate representation of color #9DBC34: hue angle of 73.68º 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 #9DBC34 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 188 | 52 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.26 |
| HSL | 73.68º | 0.57% | 0.47% | - |
| HSV(B) | 73.68º | 0.72% | 0.74% | - |
| XYZ | 32.51 | 43.38 | 9.91 | - |
| YUV | 163.23 | 65.23 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 188 | 52 | 0.16 | 0 | 0.72 | 0.26 | 73.68 | 0.57 | 0.47 |
| Hex | 9D | BC | 34 | 10 | 0 | 48 | 1A | 4A | 39 | 2F |
| Octal | 235 | 274 | 64 | 20 | 0 | 110 | 32 | 112 | 71 | 57 |
| Binary | 10011101 | 10111100 | 110100 | 10000 | 0 | 1001000 | 11010 | 1001010 | 111001 | 101111 |
Color Harmonies of #9DBC34
Complementary color
Monochromatic Colors of #9DBC34
Black with #9DBC34
Text Example
Text Example
White with #9DBC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBC34; }
p { color: rgb(157,188,52); }
H1.HeaderClassName
{
color: #9DBC34;
}
.AnyTagClassName
{
color: #9DBC34;
}
</style>
background-color css
<style>
a { background-color: #9DBC34; }
a { background-color: rgb(157,188,52); }
div.DivClassName
{
background-color: #9DBC34;
}
.BgClassName
{
background-color: #9DBC34;
}
</style>
border-color css
<style>
span { border-color: #9DBC34; }
span { border-color: rgb(157,188,52); }
td.TdClassName
{
border-color: #9DBC34;
}
.TagClassName
{
border-color: #9DBC34;
}
</style>