Shades of Yellow Green #99BA39
Tints of Yellow Green #99BA39
RGB
CMYK
RGB Variations
Color information
#99BA39 (or 0x99BA39) is known color: Yellow Green. HEX triplet: 99, BA and 39. RGB value is (153,186,57). Sum of RGB (Red+Green+Blue) = 153+186+57=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 57 (22.66% from 255 or 14.39% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BA39 is #6645C6. Grayscale: #A1A1A1. Windows color (decimal): -6702535 or 3783321. OLE color: 3783321.
HSL color Cylindrical-coordinate representation of color #99BA39: hue angle of 75.35º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99BA39 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 57 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.27 |
| HSL | 75.35º | 0.53% | 0.48% | - |
| HSV(B) | 75.35º | 0.69% | 0.73% | - |
| XYZ | 31.43 | 42.19 | 10.36 | - |
| YUV | 161.43 | 69.07 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 57 | 0.18 | 0 | 0.69 | 0.27 | 75.35 | 0.53 | 0.48 |
| Hex | 99 | BA | 39 | 12 | 0 | 45 | 1B | 4B | 35 | 30 |
| Octal | 231 | 272 | 71 | 22 | 0 | 105 | 33 | 113 | 65 | 60 |
| Binary | 10011001 | 10111010 | 111001 | 10010 | 0 | 1000101 | 11011 | 1001011 | 110101 | 110000 |
Color Harmonies of #99BA39
Complementary color
Monochromatic Colors of #99BA39
Black with #99BA39
Text Example
Text Example
White with #99BA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA39; }
p { color: rgb(153,186,57); }
H1.HeaderClassName
{
color: #99BA39;
}
.AnyTagClassName
{
color: #99BA39;
}
</style>
background-color css
<style>
a { background-color: #99BA39; }
a { background-color: rgb(153,186,57); }
div.DivClassName
{
background-color: #99BA39;
}
.BgClassName
{
background-color: #99BA39;
}
</style>
border-color css
<style>
span { border-color: #99BA39; }
span { border-color: rgb(153,186,57); }
td.TdClassName
{
border-color: #99BA39;
}
.TagClassName
{
border-color: #99BA39;
}
</style>