Shades of Yellow Green #96BD2C
Tints of Yellow Green #96BD2C
RGB
CMYK
RGB Variations
Color information
#96BD2C (or 0x96BD2C) is known color: Yellow Green. HEX triplet: 96, BD and 2C. RGB value is (150,189,44). Sum of RGB (Red+Green+Blue) = 150+189+44=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BD2C is #6942D3. Grayscale: #A1A1A1. Windows color (decimal): -6898388 or 2932118. OLE color: 2932118.
HSL color Cylindrical-coordinate representation of color #96BD2C: hue angle of 76.14º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96BD2C is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 44 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.26 |
| HSL | 76.14º | 0.62% | 0.46% | - |
| HSV(B) | 76.14º | 0.77% | 0.74% | - |
| XYZ | 31.23 | 43.06 | 9.05 | - |
| YUV | 160.81 | 62.08 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 44 | 0.21 | 0 | 0.77 | 0.26 | 76.14 | 0.62 | 0.46 |
| Hex | 96 | BD | 2C | 15 | 0 | 4D | 1A | 4C | 3E | 2E |
| Octal | 226 | 275 | 54 | 25 | 0 | 115 | 32 | 114 | 76 | 56 |
| Binary | 10010110 | 10111101 | 101100 | 10101 | 0 | 1001101 | 11010 | 1001100 | 111110 | 101110 |
Color Harmonies of #96BD2C
Complementary color
Monochromatic Colors of #96BD2C
Black with #96BD2C
Text Example
Text Example
White with #96BD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BD2C; }
p { color: rgb(150,189,44); }
H1.HeaderClassName
{
color: #96BD2C;
}
.AnyTagClassName
{
color: #96BD2C;
}
</style>
background-color css
<style>
a { background-color: #96BD2C; }
a { background-color: rgb(150,189,44); }
div.DivClassName
{
background-color: #96BD2C;
}
.BgClassName
{
background-color: #96BD2C;
}
</style>
border-color css
<style>
span { border-color: #96BD2C; }
span { border-color: rgb(150,189,44); }
td.TdClassName
{
border-color: #96BD2C;
}
.TagClassName
{
border-color: #96BD2C;
}
</style>