Shades of Yellow Green #96B93C
Tints of Yellow Green #96B93C
RGB
CMYK
RGB Variations
Color information
#96B93C (or 0x96B93C) is known color: Yellow Green. HEX triplet: 96, B9 and 3C. RGB value is (150,185,60). Sum of RGB (Red+Green+Blue) = 150+185+60=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 185 - color contains mainly: green. Hex color #96B93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B93C is #6946C3. Grayscale: #A0A0A0. Windows color (decimal): -6899396 or 3979670. OLE color: 3979670.
HSL color Cylindrical-coordinate representation of color #96B93C: hue angle of 76.8º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96B93C is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 185 | 60 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.27 |
| HSL | 76.8º | 0.51% | 0.48% | - |
| HSV(B) | 76.8º | 0.68% | 0.73% | - |
| XYZ | 30.74 | 41.51 | 10.67 | - |
| YUV | 160.29 | 71.4 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 185 | 60 | 0.19 | 0 | 0.68 | 0.27 | 76.8 | 0.51 | 0.48 |
| Hex | 96 | B9 | 3C | 13 | 0 | 44 | 1B | 4D | 33 | 30 |
| Octal | 226 | 271 | 74 | 23 | 0 | 104 | 33 | 115 | 63 | 60 |
| Binary | 10010110 | 10111001 | 111100 | 10011 | 0 | 1000100 | 11011 | 1001101 | 110011 | 110000 |
Color Harmonies of #96B93C
Complementary color
Monochromatic Colors of #96B93C
Black with #96B93C
Text Example
Text Example
White with #96B93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B93C; }
p { color: rgb(150,185,60); }
H1.HeaderClassName
{
color: #96B93C;
}
.AnyTagClassName
{
color: #96B93C;
}
</style>
background-color css
<style>
a { background-color: #96B93C; }
a { background-color: rgb(150,185,60); }
div.DivClassName
{
background-color: #96B93C;
}
.BgClassName
{
background-color: #96B93C;
}
</style>
border-color css
<style>
span { border-color: #96B93C; }
span { border-color: rgb(150,185,60); }
td.TdClassName
{
border-color: #96B93C;
}
.TagClassName
{
border-color: #96B93C;
}
</style>