Shades of Yellow Green #96B934
Tints of Yellow Green #96B934
RGB
CMYK
RGB Variations
Color information
#96B934 (or 0x96B934) is known color: Yellow Green. HEX triplet: 96, B9 and 34. RGB value is (150,185,52). Sum of RGB (Red+Green+Blue) = 150+185+52=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 52 (20.70% from 255 or 13.44% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #96B934 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B934 is #6946CB. Grayscale: #9F9F9F. Windows color (decimal): -6899404 or 3455382. OLE color: 3455382.
HSL color Cylindrical-coordinate representation of color #96B934: hue angle of 75.79º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #96B934 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 185 | 52 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.27 |
| HSL | 75.79º | 0.56% | 0.46% | - |
| HSV(B) | 75.79º | 0.72% | 0.73% | - |
| XYZ | 30.55 | 41.43 | 9.64 | - |
| YUV | 159.37 | 67.4 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 185 | 52 | 0.19 | 0 | 0.72 | 0.27 | 75.79 | 0.56 | 0.46 |
| Hex | 96 | B9 | 34 | 13 | 0 | 48 | 1B | 4C | 38 | 2E |
| Octal | 226 | 271 | 64 | 23 | 0 | 110 | 33 | 114 | 70 | 56 |
| Binary | 10010110 | 10111001 | 110100 | 10011 | 0 | 1001000 | 11011 | 1001100 | 111000 | 101110 |
Color Harmonies of #96B934
Complementary color
Monochromatic Colors of #96B934
Black with #96B934
Text Example
Text Example
White with #96B934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B934; }
p { color: rgb(150,185,52); }
H1.HeaderClassName
{
color: #96B934;
}
.AnyTagClassName
{
color: #96B934;
}
</style>
background-color css
<style>
a { background-color: #96B934; }
a { background-color: rgb(150,185,52); }
div.DivClassName
{
background-color: #96B934;
}
.BgClassName
{
background-color: #96B934;
}
</style>
border-color css
<style>
span { border-color: #96B934; }
span { border-color: rgb(150,185,52); }
td.TdClassName
{
border-color: #96B934;
}
.TagClassName
{
border-color: #96B934;
}
</style>