Shades of Yellow Green #99BC2B
Tints of Yellow Green #99BC2B
RGB
CMYK
RGB Variations
Color information
#99BC2B (or 0x99BC2B) is known color: Yellow Green. HEX triplet: 99, BC and 2B. RGB value is (153,188,43). Sum of RGB (Red+Green+Blue) = 153+188+43=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 43 (17.19% from 255 or 11.20% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BC2B is #6643D4. Grayscale: #A1A1A1. Windows color (decimal): -6702037 or 2866329. OLE color: 2866329.
HSL color Cylindrical-coordinate representation of color #99BC2B: hue angle of 74.48º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #99BC2B is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 43 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.26 |
| HSL | 74.48º | 0.63% | 0.45% | - |
| HSV(B) | 74.48º | 0.77% | 0.74% | - |
| XYZ | 31.56 | 42.91 | 8.91 | - |
| YUV | 161.01 | 61.4 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 43 | 0.19 | 0 | 0.77 | 0.26 | 74.48 | 0.63 | 0.45 |
| Hex | 99 | BC | 2B | 13 | 0 | 4D | 1A | 4A | 3F | 2D |
| Octal | 231 | 274 | 53 | 23 | 0 | 115 | 32 | 112 | 77 | 55 |
| Binary | 10011001 | 10111100 | 101011 | 10011 | 0 | 1001101 | 11010 | 1001010 | 111111 | 101101 |
Color Harmonies of #99BC2B
Complementary color
Monochromatic Colors of #99BC2B
Black with #99BC2B
Text Example
Text Example
White with #99BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BC2B; }
p { color: rgb(153,188,43); }
H1.HeaderClassName
{
color: #99BC2B;
}
.AnyTagClassName
{
color: #99BC2B;
}
</style>
background-color css
<style>
a { background-color: #99BC2B; }
a { background-color: rgb(153,188,43); }
div.DivClassName
{
background-color: #99BC2B;
}
.BgClassName
{
background-color: #99BC2B;
}
</style>
border-color css
<style>
span { border-color: #99BC2B; }
span { border-color: rgb(153,188,43); }
td.TdClassName
{
border-color: #99BC2B;
}
.TagClassName
{
border-color: #99BC2B;
}
</style>