Shades of Yellow Green #99BA2F
Tints of Yellow Green #99BA2F
RGB
CMYK
RGB Variations
Color information
#99BA2F (or 0x99BA2F) is known color: Yellow Green. HEX triplet: 99, BA and 2F. RGB value is (153,186,47). Sum of RGB (Red+Green+Blue) = 153+186+47=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 186 (73.05% from 255 or 48.19% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BA2F is #6645D0. Grayscale: #A0A0A0. Windows color (decimal): -6702545 or 3127961. OLE color: 3127961.
HSL color Cylindrical-coordinate representation of color #99BA2F: hue angle of 74.24º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #99BA2F is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 47 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.27 |
| HSL | 74.24º | 0.6% | 0.46% | - |
| HSV(B) | 74.24º | 0.75% | 0.73% | - |
| XYZ | 31.21 | 42.1 | 9.17 | - |
| YUV | 160.29 | 64.07 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 47 | 0.18 | 0 | 0.75 | 0.27 | 74.24 | 0.6 | 0.46 |
| Hex | 99 | BA | 2F | 12 | 0 | 4B | 1B | 4A | 3C | 2E |
| Octal | 231 | 272 | 57 | 22 | 0 | 113 | 33 | 112 | 74 | 56 |
| Binary | 10011001 | 10111010 | 101111 | 10010 | 0 | 1001011 | 11011 | 1001010 | 111100 | 101110 |
Color Harmonies of #99BA2F
Complementary color
Monochromatic Colors of #99BA2F
Black with #99BA2F
Text Example
Text Example
White with #99BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA2F; }
p { color: rgb(153,186,47); }
H1.HeaderClassName
{
color: #99BA2F;
}
.AnyTagClassName
{
color: #99BA2F;
}
</style>
background-color css
<style>
a { background-color: #99BA2F; }
a { background-color: rgb(153,186,47); }
div.DivClassName
{
background-color: #99BA2F;
}
.BgClassName
{
background-color: #99BA2F;
}
</style>
border-color css
<style>
span { border-color: #99BA2F; }
span { border-color: rgb(153,186,47); }
td.TdClassName
{
border-color: #99BA2F;
}
.TagClassName
{
border-color: #99BA2F;
}
</style>