Shades of Yellow Green #96BC3A
Tints of Yellow Green #96BC3A
RGB
CMYK
RGB Variations
Color information
#96BC3A (or 0x96BC3A) is known color: Yellow Green. HEX triplet: 96, BC and 3A. RGB value is (150,188,58). Sum of RGB (Red+Green+Blue) = 150+188+58=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BC3A is #6943C5. Grayscale: #A2A2A2. Windows color (decimal): -6898630 or 3849366. OLE color: 3849366.
HSL color Cylindrical-coordinate representation of color #96BC3A: hue angle of 77.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96BC3A is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 188 | 58 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.26 |
| HSL | 77.54º | 0.53% | 0.48% | - |
| HSV(B) | 77.54º | 0.69% | 0.74% | - |
| XYZ | 31.32 | 42.76 | 10.6 | - |
| YUV | 161.82 | 69.41 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 58 | 0.20 | 0 | 0.69 | 0.26 | 77.54 | 0.53 | 0.48 |
| Hex | 96 | BC | 3A | 14 | 0 | 45 | 1A | 4E | 35 | 30 |
| Octal | 226 | 274 | 72 | 24 | 0 | 105 | 32 | 116 | 65 | 60 |
| Binary | 10010110 | 10111100 | 111010 | 10100 | 0 | 1000101 | 11010 | 1001110 | 110101 | 110000 |
Color Harmonies of #96BC3A
Complementary color
Monochromatic Colors of #96BC3A
Black with #96BC3A
Text Example
Text Example
White with #96BC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BC3A; }
p { color: rgb(150,188,58); }
H1.HeaderClassName
{
color: #96BC3A;
}
.AnyTagClassName
{
color: #96BC3A;
}
</style>
background-color css
<style>
a { background-color: #96BC3A; }
a { background-color: rgb(150,188,58); }
div.DivClassName
{
background-color: #96BC3A;
}
.BgClassName
{
background-color: #96BC3A;
}
</style>
border-color css
<style>
span { border-color: #96BC3A; }
span { border-color: rgb(150,188,58); }
td.TdClassName
{
border-color: #96BC3A;
}
.TagClassName
{
border-color: #96BC3A;
}
</style>