Shades of Summer Green #96BDA2
Tints of Summer Green #96BDA2
RGB
CMYK
RGB Variations
Color information
#96BDA2 (or 0x96BDA2) is known color: Summer Green. HEX triplet: 96, BD and A2. RGB value is (150,189,162). Sum of RGB (Red+Green+Blue) = 150+189+162=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #96BDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BDA2 is #69425D. Grayscale: #AEAEAE. Windows color (decimal): -6898270 or 10665366. OLE color: 10665366.
HSL color Cylindrical-coordinate representation of color #96BDA2: hue angle of 138.46º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BDA2 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 162 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.26 |
| HSL | 138.46º | 0.23% | 0.66% | - |
| HSV(B) | 138.46º | 0.21% | 0.74% | - |
| XYZ | 37.3 | 45.49 | 41 | - |
| YUV | 174.26 | 121.08 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 162 | 0.21 | 0 | 0.14 | 0.26 | 138.46 | 0.23 | 0.66 |
| Hex | 96 | BD | A2 | 15 | 0 | E | 1A | 8A | 17 | 42 |
| Octal | 226 | 275 | 242 | 25 | 0 | 16 | 32 | 212 | 27 | 102 |
| Binary | 10010110 | 10111101 | 10100010 | 10101 | 0 | 1110 | 11010 | 10001010 | 10111 | 1000010 |
Color Harmonies of #96BDA2
Complementary color
Monochromatic Colors of #96BDA2
Black with #96BDA2
Text Example
Text Example
White with #96BDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BDA2; }
p { color: rgb(150,189,162); }
H1.HeaderClassName
{
color: #96BDA2;
}
.AnyTagClassName
{
color: #96BDA2;
}
</style>
background-color css
<style>
a { background-color: #96BDA2; }
a { background-color: rgb(150,189,162); }
div.DivClassName
{
background-color: #96BDA2;
}
.BgClassName
{
background-color: #96BDA2;
}
</style>
border-color css
<style>
span { border-color: #96BDA2; }
span { border-color: rgb(150,189,162); }
td.TdClassName
{
border-color: #96BDA2;
}
.TagClassName
{
border-color: #96BDA2;
}
</style>