Shades of Yellow Green #96B93F
Tints of Yellow Green #96B93F
RGB
CMYK
RGB Variations
Color information
#96B93F (or 0x96B93F) is known color: Yellow Green. HEX triplet: 96, B9 and 3F. RGB value is (150,185,63). Sum of RGB (Red+Green+Blue) = 150+185+63=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 185 - color contains mainly: green. Hex color #96B93F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B93F is #6946C0. Grayscale: #A1A1A1. Windows color (decimal): -6899393 or 4176278. OLE color: 4176278.
HSL color Cylindrical-coordinate representation of color #96B93F: hue angle of 77.21º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96B93F is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 185 | 63 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.27 |
| HSL | 77.21º | 0.49% | 0.49% | - |
| HSV(B) | 77.21º | 0.66% | 0.73% | - |
| XYZ | 30.82 | 41.54 | 11.1 | - |
| YUV | 160.63 | 72.9 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 185 | 63 | 0.19 | 0 | 0.66 | 0.27 | 77.21 | 0.49 | 0.49 |
| Hex | 96 | B9 | 3F | 13 | 0 | 42 | 1B | 4D | 31 | 31 |
| Octal | 226 | 271 | 77 | 23 | 0 | 102 | 33 | 115 | 61 | 61 |
| Binary | 10010110 | 10111001 | 111111 | 10011 | 0 | 1000010 | 11011 | 1001101 | 110001 | 110001 |
Color Harmonies of #96B93F
Complementary color
Monochromatic Colors of #96B93F
Black with #96B93F
Text Example
Text Example
White with #96B93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B93F; }
p { color: rgb(150,185,63); }
H1.HeaderClassName
{
color: #96B93F;
}
.AnyTagClassName
{
color: #96B93F;
}
</style>
background-color css
<style>
a { background-color: #96B93F; }
a { background-color: rgb(150,185,63); }
div.DivClassName
{
background-color: #96B93F;
}
.BgClassName
{
background-color: #96B93F;
}
</style>
border-color css
<style>
span { border-color: #96B93F; }
span { border-color: rgb(150,185,63); }
td.TdClassName
{
border-color: #96B93F;
}
.TagClassName
{
border-color: #96B93F;
}
</style>