Shades of Summer Green #96B4A1
Tints of Summer Green #96B4A1
RGB
CMYK
RGB Variations
Color information
#96B4A1 (or 0x96B4A1) is known color: Summer Green. HEX triplet: 96, B4 and A1. RGB value is (150,180,161). Sum of RGB (Red+Green+Blue) = 150+180+161=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 180 - color contains mainly: green. Hex color #96B4A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B4A1 is #694B5E. Grayscale: #A8A8A8. Windows color (decimal): -6900575 or 10597526. OLE color: 10597526.
HSL color Cylindrical-coordinate representation of color #96B4A1: hue angle of 142º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96B4A1 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 180 | 161 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.29 |
| HSL | 142º | 0.17% | 0.65% | - |
| HSV(B) | 142º | 0.17% | 0.71% | - |
| XYZ | 35.33 | 41.7 | 39.9 | - |
| YUV | 168.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 180 | 161 | 0.17 | 0 | 0.11 | 0.29 | 142 | 0.17 | 0.65 |
| Hex | 96 | B4 | A1 | 11 | 0 | B | 1D | 8E | 11 | 41 |
| Octal | 226 | 264 | 241 | 21 | 0 | 13 | 35 | 216 | 21 | 101 |
| Binary | 10010110 | 10110100 | 10100001 | 10001 | 0 | 1011 | 11101 | 10001110 | 10001 | 1000001 |
Color Harmonies of #96B4A1
Complementary color
Monochromatic Colors of #96B4A1
Black with #96B4A1
Text Example
Text Example
White with #96B4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B4A1; }
p { color: rgb(150,180,161); }
H1.HeaderClassName
{
color: #96B4A1;
}
.AnyTagClassName
{
color: #96B4A1;
}
</style>
background-color css
<style>
a { background-color: #96B4A1; }
a { background-color: rgb(150,180,161); }
div.DivClassName
{
background-color: #96B4A1;
}
.BgClassName
{
background-color: #96B4A1;
}
</style>
border-color css
<style>
span { border-color: #96B4A1; }
span { border-color: rgb(150,180,161); }
td.TdClassName
{
border-color: #96B4A1;
}
.TagClassName
{
border-color: #96B4A1;
}
</style>