Shades of Yellow Green #96BB2D
Tints of Yellow Green #96BB2D
RGB
CMYK
RGB Variations
Color information
#96BB2D (or 0x96BB2D) is known color: Yellow Green. HEX triplet: 96, BB and 2D. RGB value is (150,187,45). Sum of RGB (Red+Green+Blue) = 150+187+45=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 187 (73.44% from 255 or 48.95% from 382); Blue value is 45 (17.97% from 255 or 11.78% from 382); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BB2D is #6944D2. Grayscale: #A0A0A0. Windows color (decimal): -6898899 or 2997142. OLE color: 2997142.
HSL color Cylindrical-coordinate representation of color #96BB2D: hue angle of 75.63º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96BB2D is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 187 | 45 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.27 |
| HSL | 75.63º | 0.61% | 0.45% | - |
| HSV(B) | 75.63º | 0.76% | 0.73% | - |
| XYZ | 30.82 | 42.21 | 9.01 | - |
| YUV | 159.75 | 63.24 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 187 | 45 | 0.20 | 0 | 0.76 | 0.27 | 75.63 | 0.61 | 0.45 |
| Hex | 96 | BB | 2D | 14 | 0 | 4C | 1B | 4C | 3D | 2D |
| Octal | 226 | 273 | 55 | 24 | 0 | 114 | 33 | 114 | 75 | 55 |
| Binary | 10010110 | 10111011 | 101101 | 10100 | 0 | 1001100 | 11011 | 1001100 | 111101 | 101101 |
Color Harmonies of #96BB2D
Complementary color
Monochromatic Colors of #96BB2D
Black with #96BB2D
Text Example
Text Example
White with #96BB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BB2D; }
p { color: rgb(150,187,45); }
H1.HeaderClassName
{
color: #96BB2D;
}
.AnyTagClassName
{
color: #96BB2D;
}
</style>
background-color css
<style>
a { background-color: #96BB2D; }
a { background-color: rgb(150,187,45); }
div.DivClassName
{
background-color: #96BB2D;
}
.BgClassName
{
background-color: #96BB2D;
}
</style>
border-color css
<style>
span { border-color: #96BB2D; }
span { border-color: rgb(150,187,45); }
td.TdClassName
{
border-color: #96BB2D;
}
.TagClassName
{
border-color: #96BB2D;
}
</style>