Shades of Yellow Green #9DBD34
Tints of Yellow Green #9DBD34
RGB
CMYK
RGB Variations
Color information
#9DBD34 (or 0x9DBD34) is known color: Yellow Green. HEX triplet: 9D, BD and 34. RGB value is (157,189,52). Sum of RGB (Red+Green+Blue) = 157+189+52=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 52 (20.70% from 255 or 13.07% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBD34 is #6242CB. Grayscale: #A4A4A4. Windows color (decimal): -6439628 or 3456413. OLE color: 3456413.
HSL color Cylindrical-coordinate representation of color #9DBD34: hue angle of 74.01º 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 #9DBD34 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 189 | 52 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.26 |
| HSL | 74.01º | 0.57% | 0.47% | - |
| HSV(B) | 74.01º | 0.72% | 0.74% | - |
| XYZ | 32.72 | 43.81 | 9.98 | - |
| YUV | 163.81 | 64.9 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 189 | 52 | 0.17 | 0 | 0.72 | 0.26 | 74.01 | 0.57 | 0.47 |
| Hex | 9D | BD | 34 | 11 | 0 | 48 | 1A | 4A | 39 | 2F |
| Octal | 235 | 275 | 64 | 21 | 0 | 110 | 32 | 112 | 71 | 57 |
| Binary | 10011101 | 10111101 | 110100 | 10001 | 0 | 1001000 | 11010 | 1001010 | 111001 | 101111 |
Color Harmonies of #9DBD34
Complementary color
Monochromatic Colors of #9DBD34
Black with #9DBD34
Text Example
Text Example
White with #9DBD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBD34; }
p { color: rgb(157,189,52); }
H1.HeaderClassName
{
color: #9DBD34;
}
.AnyTagClassName
{
color: #9DBD34;
}
</style>
background-color css
<style>
a { background-color: #9DBD34; }
a { background-color: rgb(157,189,52); }
div.DivClassName
{
background-color: #9DBD34;
}
.BgClassName
{
background-color: #9DBD34;
}
</style>
border-color css
<style>
span { border-color: #9DBD34; }
span { border-color: rgb(157,189,52); }
td.TdClassName
{
border-color: #9DBD34;
}
.TagClassName
{
border-color: #9DBD34;
}
</style>