Shades of Yellow Green #96BE3C
Tints of Yellow Green #96BE3C
RGB
CMYK
RGB Variations
Color information
#96BE3C (or 0x96BE3C) is known color: Yellow Green. HEX triplet: 96, BE and 3C. RGB value is (150,190,60). Sum of RGB (Red+Green+Blue) = 150+190+60=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 60 (23.83% from 255 or 15% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96BE3C is #6941C3. Grayscale: #A3A3A3. Windows color (decimal): -6898116 or 3980950. OLE color: 3980950.
HSL color Cylindrical-coordinate representation of color #96BE3C: hue angle of 78.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96BE3C is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 190 | 60 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.25 |
| HSL | 78.46º | 0.52% | 0.49% | - |
| HSV(B) | 78.46º | 0.68% | 0.75% | - |
| XYZ | 31.81 | 43.64 | 11.02 | - |
| YUV | 163.22 | 69.75 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 190 | 60 | 0.21 | 0 | 0.68 | 0.25 | 78.46 | 0.52 | 0.49 |
| Hex | 96 | BE | 3C | 15 | 0 | 44 | 19 | 4E | 34 | 31 |
| Octal | 226 | 276 | 74 | 25 | 0 | 104 | 31 | 116 | 64 | 61 |
| Binary | 10010110 | 10111110 | 111100 | 10101 | 0 | 1000100 | 11001 | 1001110 | 110100 | 110001 |
Color Harmonies of #96BE3C
Complementary color
Monochromatic Colors of #96BE3C
Black with #96BE3C
Text Example
Text Example
White with #96BE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BE3C; }
p { color: rgb(150,190,60); }
H1.HeaderClassName
{
color: #96BE3C;
}
.AnyTagClassName
{
color: #96BE3C;
}
</style>
background-color css
<style>
a { background-color: #96BE3C; }
a { background-color: rgb(150,190,60); }
div.DivClassName
{
background-color: #96BE3C;
}
.BgClassName
{
background-color: #96BE3C;
}
</style>
border-color css
<style>
span { border-color: #96BE3C; }
span { border-color: rgb(150,190,60); }
td.TdClassName
{
border-color: #96BE3C;
}
.TagClassName
{
border-color: #96BE3C;
}
</style>