Shades of Yellow Green #99BD36
Tints of Yellow Green #99BD36
RGB
CMYK
RGB Variations
Color information
#99BD36 (or 0x99BD36) is known color: Yellow Green. HEX triplet: 99, BD and 36. RGB value is (153,189,54). Sum of RGB (Red+Green+Blue) = 153+189+54=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 54 (21.48% from 255 or 13.64% from 396); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BD36 is #6642C9. Grayscale: #A3A3A3. Windows color (decimal): -6701770 or 3587481. OLE color: 3587481.
HSL color Cylindrical-coordinate representation of color #99BD36: hue angle of 76º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99BD36 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 189 | 54 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.26 |
| HSL | 76º | 0.56% | 0.48% | - |
| HSV(B) | 76º | 0.71% | 0.74% | - |
| XYZ | 32 | 43.43 | 10.19 | - |
| YUV | 162.85 | 66.57 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 189 | 54 | 0.19 | 0 | 0.71 | 0.26 | 76 | 0.56 | 0.48 |
| Hex | 99 | BD | 36 | 13 | 0 | 47 | 1A | 4C | 38 | 30 |
| Octal | 231 | 275 | 66 | 23 | 0 | 107 | 32 | 114 | 70 | 60 |
| Binary | 10011001 | 10111101 | 110110 | 10011 | 0 | 1000111 | 11010 | 1001100 | 111000 | 110000 |
Color Harmonies of #99BD36
Complementary color
Monochromatic Colors of #99BD36
Black with #99BD36
Text Example
Text Example
White with #99BD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BD36; }
p { color: rgb(153,189,54); }
H1.HeaderClassName
{
color: #99BD36;
}
.AnyTagClassName
{
color: #99BD36;
}
</style>
background-color css
<style>
a { background-color: #99BD36; }
a { background-color: rgb(153,189,54); }
div.DivClassName
{
background-color: #99BD36;
}
.BgClassName
{
background-color: #99BD36;
}
</style>
border-color css
<style>
span { border-color: #99BD36; }
span { border-color: rgb(153,189,54); }
td.TdClassName
{
border-color: #99BD36;
}
.TagClassName
{
border-color: #99BD36;
}
</style>