Shades of Yellow Green #99BA31
Tints of Yellow Green #99BA31
RGB
CMYK
RGB Variations
Color information
#99BA31 (or 0x99BA31) is known color: Yellow Green. HEX triplet: 99, BA and 31. RGB value is (153,186,49). Sum of RGB (Red+Green+Blue) = 153+186+49=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 186 (73.05% from 255 or 47.94% from 388); Blue value is 49 (19.53% from 255 or 12.63% from 388); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BA31 is #6645CE. Grayscale: #A1A1A1. Windows color (decimal): -6702543 or 3259033. OLE color: 3259033.
HSL color Cylindrical-coordinate representation of color #99BA31: hue angle of 74.45º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #99BA31 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 49 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.27 |
| HSL | 74.45º | 0.58% | 0.46% | - |
| HSV(B) | 74.45º | 0.74% | 0.73% | - |
| XYZ | 31.25 | 42.11 | 9.39 | - |
| YUV | 160.52 | 65.07 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 49 | 0.18 | 0 | 0.74 | 0.27 | 74.45 | 0.58 | 0.46 |
| Hex | 99 | BA | 31 | 12 | 0 | 4A | 1B | 4A | 3A | 2E |
| Octal | 231 | 272 | 61 | 22 | 0 | 112 | 33 | 112 | 72 | 56 |
| Binary | 10011001 | 10111010 | 110001 | 10010 | 0 | 1001010 | 11011 | 1001010 | 111010 | 101110 |
Color Harmonies of #99BA31
Complementary color
Monochromatic Colors of #99BA31
Black with #99BA31
Text Example
Text Example
White with #99BA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA31; }
p { color: rgb(153,186,49); }
H1.HeaderClassName
{
color: #99BA31;
}
.AnyTagClassName
{
color: #99BA31;
}
</style>
background-color css
<style>
a { background-color: #99BA31; }
a { background-color: rgb(153,186,49); }
div.DivClassName
{
background-color: #99BA31;
}
.BgClassName
{
background-color: #99BA31;
}
</style>
border-color css
<style>
span { border-color: #99BA31; }
span { border-color: rgb(153,186,49); }
td.TdClassName
{
border-color: #99BA31;
}
.TagClassName
{
border-color: #99BA31;
}
</style>