Shades of Yellow Green #96B935
Tints of Yellow Green #96B935
RGB
CMYK
RGB Variations
Color information
#96B935 (or 0x96B935) is known color: Yellow Green. HEX triplet: 96, B9 and 35. RGB value is (150,185,53). Sum of RGB (Red+Green+Blue) = 150+185+53=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 53 (21.09% from 255 or 13.66% from 388); Max value from RGB is 185 - color contains mainly: green. Hex color #96B935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B935 is #6946CA. Grayscale: #9F9F9F. Windows color (decimal): -6899403 or 3520918. OLE color: 3520918.
HSL color Cylindrical-coordinate representation of color #96B935: hue angle of 75.91º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96B935 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 185 | 53 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.27 |
| HSL | 75.91º | 0.55% | 0.47% | - |
| HSV(B) | 75.91º | 0.71% | 0.73% | - |
| XYZ | 30.57 | 41.44 | 9.76 | - |
| YUV | 159.49 | 67.9 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 185 | 53 | 0.19 | 0 | 0.71 | 0.27 | 75.91 | 0.55 | 0.47 |
| Hex | 96 | B9 | 35 | 13 | 0 | 47 | 1B | 4C | 37 | 2F |
| Octal | 226 | 271 | 65 | 23 | 0 | 107 | 33 | 114 | 67 | 57 |
| Binary | 10010110 | 10111001 | 110101 | 10011 | 0 | 1000111 | 11011 | 1001100 | 110111 | 101111 |
Color Harmonies of #96B935
Complementary color
Monochromatic Colors of #96B935
Black with #96B935
Text Example
Text Example
White with #96B935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B935; }
p { color: rgb(150,185,53); }
H1.HeaderClassName
{
color: #96B935;
}
.AnyTagClassName
{
color: #96B935;
}
</style>
background-color css
<style>
a { background-color: #96B935; }
a { background-color: rgb(150,185,53); }
div.DivClassName
{
background-color: #96B935;
}
.BgClassName
{
background-color: #96B935;
}
</style>
border-color css
<style>
span { border-color: #96B935; }
span { border-color: rgb(150,185,53); }
td.TdClassName
{
border-color: #96B935;
}
.TagClassName
{
border-color: #96B935;
}
</style>