Shades of Yellow Green #9DBE32
Tints of Yellow Green #9DBE32
RGB
CMYK
RGB Variations
Color information
#9DBE32 (or 0x9DBE32) is known color: Yellow Green. HEX triplet: 9D, BE and 32. RGB value is (157,190,50). Sum of RGB (Red+Green+Blue) = 157+190+50=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DBE32 is #6241CD. Grayscale: #A4A4A4. Windows color (decimal): -6439374 or 3325597. OLE color: 3325597.
HSL color Cylindrical-coordinate representation of color #9DBE32: hue angle of 74.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9DBE32 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 190 | 50 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.25 |
| HSL | 74.14º | 0.58% | 0.47% | - |
| HSV(B) | 74.14º | 0.74% | 0.75% | - |
| XYZ | 32.89 | 44.23 | 9.82 | - |
| YUV | 164.17 | 63.57 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 190 | 50 | 0.17 | 0 | 0.74 | 0.25 | 74.14 | 0.58 | 0.47 |
| Hex | 9D | BE | 32 | 11 | 0 | 4A | 19 | 4A | 3A | 2F |
| Octal | 235 | 276 | 62 | 21 | 0 | 112 | 31 | 112 | 72 | 57 |
| Binary | 10011101 | 10111110 | 110010 | 10001 | 0 | 1001010 | 11001 | 1001010 | 111010 | 101111 |
Color Harmonies of #9DBE32
Complementary color
Monochromatic Colors of #9DBE32
Black with #9DBE32
Text Example
Text Example
White with #9DBE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBE32; }
p { color: rgb(157,190,50); }
H1.HeaderClassName
{
color: #9DBE32;
}
.AnyTagClassName
{
color: #9DBE32;
}
</style>
background-color css
<style>
a { background-color: #9DBE32; }
a { background-color: rgb(157,190,50); }
div.DivClassName
{
background-color: #9DBE32;
}
.BgClassName
{
background-color: #9DBE32;
}
</style>
border-color css
<style>
span { border-color: #9DBE32; }
span { border-color: rgb(157,190,50); }
td.TdClassName
{
border-color: #9DBE32;
}
.TagClassName
{
border-color: #9DBE32;
}
</style>