Shades of Yellow Green #96B73C
Tints of Yellow Green #96B73C
RGB
CMYK
RGB Variations
Color information
#96B73C (or 0x96B73C) is known color: Yellow Green. HEX triplet: 96, B7 and 3C. RGB value is (150,183,60). Sum of RGB (Red+Green+Blue) = 150+183+60=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 183 (71.88% from 255 or 46.56% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 183 - color contains mainly: green. Hex color #96B73C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96B73C is #6948C3. Grayscale: #9F9F9F. Windows color (decimal): -6899908 or 3979158. OLE color: 3979158.
HSL color Cylindrical-coordinate representation of color #96B73C: hue angle of 76.1º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96B73C is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 183 | 60 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.28 |
| HSL | 76.1º | 0.51% | 0.48% | - |
| HSV(B) | 76.1º | 0.67% | 0.72% | - |
| XYZ | 30.33 | 40.68 | 10.53 | - |
| YUV | 159.11 | 72.07 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 183 | 60 | 0.18 | 0 | 0.67 | 0.28 | 76.1 | 0.51 | 0.48 |
| Hex | 96 | B7 | 3C | 12 | 0 | 43 | 1C | 4C | 33 | 30 |
| Octal | 226 | 267 | 74 | 22 | 0 | 103 | 34 | 114 | 63 | 60 |
| Binary | 10010110 | 10110111 | 111100 | 10010 | 0 | 1000011 | 11100 | 1001100 | 110011 | 110000 |
Color Harmonies of #96B73C
Complementary color
Monochromatic Colors of #96B73C
Black with #96B73C
Text Example
Text Example
White with #96B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B73C; }
p { color: rgb(150,183,60); }
H1.HeaderClassName
{
color: #96B73C;
}
.AnyTagClassName
{
color: #96B73C;
}
</style>
background-color css
<style>
a { background-color: #96B73C; }
a { background-color: rgb(150,183,60); }
div.DivClassName
{
background-color: #96B73C;
}
.BgClassName
{
background-color: #96B73C;
}
</style>
border-color css
<style>
span { border-color: #96B73C; }
span { border-color: rgb(150,183,60); }
td.TdClassName
{
border-color: #96B73C;
}
.TagClassName
{
border-color: #96B73C;
}
</style>