Shades of Yellow Green #99BA2C
Tints of Yellow Green #99BA2C
RGB
CMYK
RGB Variations
Color information
#99BA2C (or 0x99BA2C) is known color: Yellow Green. HEX triplet: 99, BA and 2C. RGB value is (153,186,44). Sum of RGB (Red+Green+Blue) = 153+186+44=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #99BA2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BA2C is #6645D3. Grayscale: #A0A0A0. Windows color (decimal): -6702548 or 2931353. OLE color: 2931353.
HSL color Cylindrical-coordinate representation of color #99BA2C: hue angle of 73.94º degrees, saturation: 0.62, 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 #99BA2C is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 186 | 44 | - |
| CMYK | 0.18 | 0 | 0.76 | 0.27 |
| HSL | 73.94º | 0.62% | 0.45% | - |
| HSV(B) | 73.94º | 0.76% | 0.73% | - |
| XYZ | 31.15 | 42.07 | 8.86 | - |
| YUV | 159.95 | 62.57 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 186 | 44 | 0.18 | 0 | 0.76 | 0.27 | 73.94 | 0.62 | 0.45 |
| Hex | 99 | BA | 2C | 12 | 0 | 4C | 1B | 4A | 3E | 2D |
| Octal | 231 | 272 | 54 | 22 | 0 | 114 | 33 | 112 | 76 | 55 |
| Binary | 10011001 | 10111010 | 101100 | 10010 | 0 | 1001100 | 11011 | 1001010 | 111110 | 101101 |
Color Harmonies of #99BA2C
Complementary color
Monochromatic Colors of #99BA2C
Black with #99BA2C
Text Example
Text Example
White with #99BA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BA2C; }
p { color: rgb(153,186,44); }
H1.HeaderClassName
{
color: #99BA2C;
}
.AnyTagClassName
{
color: #99BA2C;
}
</style>
background-color css
<style>
a { background-color: #99BA2C; }
a { background-color: rgb(153,186,44); }
div.DivClassName
{
background-color: #99BA2C;
}
.BgClassName
{
background-color: #99BA2C;
}
</style>
border-color css
<style>
span { border-color: #99BA2C; }
span { border-color: rgb(153,186,44); }
td.TdClassName
{
border-color: #99BA2C;
}
.TagClassName
{
border-color: #99BA2C;
}
</style>