Shades of Summer Green #96B7A2
Tints of Summer Green #96B7A2
RGB
CMYK
RGB Variations
Color information
#96B7A2 (or 0x96B7A2) is known color: Summer Green. HEX triplet: 96, B7 and A2. RGB value is (150,183,162). Sum of RGB (Red+Green+Blue) = 150+183+162=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 162 (63.67% from 255 or 32.73% from 495); Max value from RGB is 183 - color contains mainly: green. Hex color #96B7A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B7A2 is #69485D. Grayscale: #AAAAAA. Windows color (decimal): -6899806 or 10663830. OLE color: 10663830.
HSL color Cylindrical-coordinate representation of color #96B7A2: hue angle of 141.82º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96B7A2 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
RGB | 150 | 183 | 162 | - |
CMYK | 0.18 | 0 | 0.11 | 0.28 |
HSL | 141.82º | 0.19% | 0.65% | - |
HSV(B) | 141.82º | 0.18% | 0.72% | - |
XYZ | 36.03 | 42.96 | 40.58 | - |
YUV | 170.74 | 123.07 | 113.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 150 | 183 | 162 | 0.18 | 0 | 0.11 | 0.28 | 141.82 | 0.19 | 0.65 |
Hex | 96 | B7 | A2 | 12 | 0 | B | 1C | 8E | 13 | 41 |
Octal | 226 | 267 | 242 | 22 | 0 | 13 | 34 | 216 | 23 | 101 |
Binary | 10010110 | 10110111 | 10100010 | 10010 | 0 | 1011 | 11100 | 10001110 | 10011 | 1000001 |
Color Harmonies of #96B7A2
Complementary color
Monochromatic Colors of #96B7A2
Black with #96B7A2
Text Example
Text Example
White with #96B7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B7A2; }
p { color: rgb(150,183,162); }
H1.HeaderClassName
{
color: #96B7A2;
}
.AnyTagClassName
{
color: #96B7A2;
}
</style>
background-color css
<style>
a { background-color: #96B7A2; }
a { background-color: rgb(150,183,162); }
div.DivClassName
{
background-color: #96B7A2;
}
.BgClassName
{
background-color: #96B7A2;
}
</style>
border-color css
<style>
span { border-color: #96B7A2; }
span { border-color: rgb(150,183,162); }
td.TdClassName
{
border-color: #96B7A2;
}
.TagClassName
{
border-color: #96B7A2;
}
</style>