Shades of Yellow Green #99BA32
Tints of Yellow Green #99BA32
RGB
CMYK
RGB Variations
Color information
#99BA32 (or 0x99BA32) is known color: Yellow Green. HEX triplet: 99, BA and 32. RGB value is (153,186,50). Sum of RGB (Red+Green+Blue) = 153+186+50=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BA32 is #6645CD. Grayscale: #A1A1A1. Windows color (decimal): -6702542 or 3324569. OLE color: 3324569.
HSL color Cylindrical-coordinate representation of color #99BA32: hue angle of 74.56º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #99BA32 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 50 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.27 |
| HSL | 74.56º | 0.58% | 0.46% | - |
| HSV(B) | 74.56º | 0.73% | 0.73% | - |
| XYZ | 31.27 | 42.12 | 9.5 | - |
| YUV | 160.63 | 65.57 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 50 | 0.18 | 0 | 0.73 | 0.27 | 74.56 | 0.58 | 0.46 |
| Hex | 99 | BA | 32 | 12 | 0 | 49 | 1B | 4B | 3A | 2E |
| Octal | 231 | 272 | 62 | 22 | 0 | 111 | 33 | 113 | 72 | 56 |
| Binary | 10011001 | 10111010 | 110010 | 10010 | 0 | 1001001 | 11011 | 1001011 | 111010 | 101110 |
Color Harmonies of #99BA32
Complementary color
Monochromatic Colors of #99BA32
Black with #99BA32
Text Example
Text Example
White with #99BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA32; }
p { color: rgb(153,186,50); }
H1.HeaderClassName
{
color: #99BA32;
}
.AnyTagClassName
{
color: #99BA32;
}
</style>
background-color css
<style>
a { background-color: #99BA32; }
a { background-color: rgb(153,186,50); }
div.DivClassName
{
background-color: #99BA32;
}
.BgClassName
{
background-color: #99BA32;
}
</style>
border-color css
<style>
span { border-color: #99BA32; }
span { border-color: rgb(153,186,50); }
td.TdClassName
{
border-color: #99BA32;
}
.TagClassName
{
border-color: #99BA32;
}
</style>