Shades of Yellow Green #99BC34
Tints of Yellow Green #99BC34
RGB
CMYK
RGB Variations
Color information
#99BC34 (or 0x99BC34) is known color: Yellow Green. HEX triplet: 99, BC and 34. RGB value is (153,188,52). Sum of RGB (Red+Green+Blue) = 153+188+52=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99BC34 is #6643CB. Grayscale: #A2A2A2. Windows color (decimal): -6702028 or 3456153. OLE color: 3456153.
HSL color Cylindrical-coordinate representation of color #99BC34: hue angle of 75.44º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99BC34 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 188 | 52 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.26 |
| HSL | 75.44º | 0.57% | 0.47% | - |
| HSV(B) | 75.44º | 0.72% | 0.74% | - |
| XYZ | 31.74 | 42.99 | 9.87 | - |
| YUV | 162.03 | 65.9 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 188 | 52 | 0.19 | 0 | 0.72 | 0.26 | 75.44 | 0.57 | 0.47 |
| Hex | 99 | BC | 34 | 13 | 0 | 48 | 1A | 4B | 39 | 2F |
| Octal | 231 | 274 | 64 | 23 | 0 | 110 | 32 | 113 | 71 | 57 |
| Binary | 10011001 | 10111100 | 110100 | 10011 | 0 | 1001000 | 11010 | 1001011 | 111001 | 101111 |
Color Harmonies of #99BC34
Complementary color
Monochromatic Colors of #99BC34
Black with #99BC34
Text Example
Text Example
White with #99BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BC34; }
p { color: rgb(153,188,52); }
H1.HeaderClassName
{
color: #99BC34;
}
.AnyTagClassName
{
color: #99BC34;
}
</style>
background-color css
<style>
a { background-color: #99BC34; }
a { background-color: rgb(153,188,52); }
div.DivClassName
{
background-color: #99BC34;
}
.BgClassName
{
background-color: #99BC34;
}
</style>
border-color css
<style>
span { border-color: #99BC34; }
span { border-color: rgb(153,188,52); }
td.TdClassName
{
border-color: #99BC34;
}
.TagClassName
{
border-color: #99BC34;
}
</style>