Shades of Yellow Green #96BA3D
Tints of Yellow Green #96BA3D
RGB
CMYK
RGB Variations
Color information
#96BA3D (or 0x96BA3D) is known color: Yellow Green. HEX triplet: 96, BA and 3D. RGB value is (150,186,61). Sum of RGB (Red+Green+Blue) = 150+186+61=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #96BA3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BA3D is #6945C2. Grayscale: #A1A1A1. Windows color (decimal): -6899139 or 4045462. OLE color: 4045462.
HSL color Cylindrical-coordinate representation of color #96BA3D: hue angle of 77.28º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96BA3D is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 186 | 61 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.27 |
| HSL | 77.28º | 0.51% | 0.48% | - |
| HSV(B) | 77.28º | 0.67% | 0.73% | - |
| XYZ | 30.98 | 41.94 | 10.88 | - |
| YUV | 160.99 | 71.57 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 61 | 0.19 | 0 | 0.67 | 0.27 | 77.28 | 0.51 | 0.48 |
| Hex | 96 | BA | 3D | 13 | 0 | 43 | 1B | 4D | 33 | 30 |
| Octal | 226 | 272 | 75 | 23 | 0 | 103 | 33 | 115 | 63 | 60 |
| Binary | 10010110 | 10111010 | 111101 | 10011 | 0 | 1000011 | 11011 | 1001101 | 110011 | 110000 |
Color Harmonies of #96BA3D
Complementary color
Monochromatic Colors of #96BA3D
Black with #96BA3D
Text Example
Text Example
White with #96BA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BA3D; }
p { color: rgb(150,186,61); }
H1.HeaderClassName
{
color: #96BA3D;
}
.AnyTagClassName
{
color: #96BA3D;
}
</style>
background-color css
<style>
a { background-color: #96BA3D; }
a { background-color: rgb(150,186,61); }
div.DivClassName
{
background-color: #96BA3D;
}
.BgClassName
{
background-color: #96BA3D;
}
</style>
border-color css
<style>
span { border-color: #96BA3D; }
span { border-color: rgb(150,186,61); }
td.TdClassName
{
border-color: #96BA3D;
}
.TagClassName
{
border-color: #96BA3D;
}
</style>