Shades of Yellow Green #99BA2D
Tints of Yellow Green #99BA2D
RGB
CMYK
RGB Variations
Color information
#99BA2D (or 0x99BA2D) is known color: Yellow Green. HEX triplet: 99, BA and 2D. RGB value is (153,186,45). Sum of RGB (Red+Green+Blue) = 153+186+45=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BA2D is #6645D2. Grayscale: #A0A0A0. Windows color (decimal): -6702547 or 2996889. OLE color: 2996889.
HSL color Cylindrical-coordinate representation of color #99BA2D: hue angle of 74.04º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99BA2D is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 45 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.27 |
| HSL | 74.04º | 0.61% | 0.45% | - |
| HSV(B) | 74.04º | 0.76% | 0.73% | - |
| XYZ | 31.17 | 42.08 | 8.96 | - |
| YUV | 160.06 | 63.07 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 45 | 0.18 | 0 | 0.76 | 0.27 | 74.04 | 0.61 | 0.45 |
| Hex | 99 | BA | 2D | 12 | 0 | 4C | 1B | 4A | 3D | 2D |
| Octal | 231 | 272 | 55 | 22 | 0 | 114 | 33 | 112 | 75 | 55 |
| Binary | 10011001 | 10111010 | 101101 | 10010 | 0 | 1001100 | 11011 | 1001010 | 111101 | 101101 |
Color Harmonies of #99BA2D
Complementary color
Monochromatic Colors of #99BA2D
Black with #99BA2D
Text Example
Text Example
White with #99BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA2D; }
p { color: rgb(153,186,45); }
H1.HeaderClassName
{
color: #99BA2D;
}
.AnyTagClassName
{
color: #99BA2D;
}
</style>
background-color css
<style>
a { background-color: #99BA2D; }
a { background-color: rgb(153,186,45); }
div.DivClassName
{
background-color: #99BA2D;
}
.BgClassName
{
background-color: #99BA2D;
}
</style>
border-color css
<style>
span { border-color: #99BA2D; }
span { border-color: rgb(153,186,45); }
td.TdClassName
{
border-color: #99BA2D;
}
.TagClassName
{
border-color: #99BA2D;
}
</style>