Shades of Yellow Green #99BA33
Tints of Yellow Green #99BA33
RGB
CMYK
RGB Variations
Color information
#99BA33 (or 0x99BA33) is known color: Yellow Green. HEX triplet: 99, BA and 33. RGB value is (153,186,51). Sum of RGB (Red+Green+Blue) = 153+186+51=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 186 (73.05% from 255 or 47.69% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BA33 is #6645CC. Grayscale: #A1A1A1. Windows color (decimal): -6702541 or 3390105. OLE color: 3390105.
HSL color Cylindrical-coordinate representation of color #99BA33: hue angle of 74.67º degrees, saturation: 0.57, 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 #99BA33 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 51 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.27 |
| HSL | 74.67º | 0.57% | 0.46% | - |
| HSV(B) | 74.67º | 0.73% | 0.73% | - |
| XYZ | 31.29 | 42.13 | 9.61 | - |
| YUV | 160.74 | 66.07 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 51 | 0.18 | 0 | 0.73 | 0.27 | 74.67 | 0.57 | 0.46 |
| Hex | 99 | BA | 33 | 12 | 0 | 49 | 1B | 4B | 39 | 2E |
| Octal | 231 | 272 | 63 | 22 | 0 | 111 | 33 | 113 | 71 | 56 |
| Binary | 10011001 | 10111010 | 110011 | 10010 | 0 | 1001001 | 11011 | 1001011 | 111001 | 101110 |
Color Harmonies of #99BA33
Complementary color
Monochromatic Colors of #99BA33
Black with #99BA33
Text Example
Text Example
White with #99BA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA33; }
p { color: rgb(153,186,51); }
H1.HeaderClassName
{
color: #99BA33;
}
.AnyTagClassName
{
color: #99BA33;
}
</style>
background-color css
<style>
a { background-color: #99BA33; }
a { background-color: rgb(153,186,51); }
div.DivClassName
{
background-color: #99BA33;
}
.BgClassName
{
background-color: #99BA33;
}
</style>
border-color css
<style>
span { border-color: #99BA33; }
span { border-color: rgb(153,186,51); }
td.TdClassName
{
border-color: #99BA33;
}
.TagClassName
{
border-color: #99BA33;
}
</style>