Shades of Summer Green #96BC9C
Tints of Summer Green #96BC9C
RGB
CMYK
RGB Variations
Color information
#96BC9C (or 0x96BC9C) is known color: Summer Green. HEX triplet: 96, BC and 9C. RGB value is (150,188,156). Sum of RGB (Red+Green+Blue) = 150+188+156=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 156 (61.33% from 255 or 31.58% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #96BC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BC9C is #694363. Grayscale: #ADADAD. Windows color (decimal): -6898532 or 10271894. OLE color: 10271894.
HSL color Cylindrical-coordinate representation of color #96BC9C: hue angle of 129.47º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96BC9C is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 188 | 156 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.26 |
| HSL | 129.47º | 0.22% | 0.66% | - |
| HSV(B) | 129.47º | 0.2% | 0.74% | - |
| XYZ | 36.56 | 44.85 | 38.18 | - |
| YUV | 172.99 | 118.41 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 188 | 156 | 0.20 | 0 | 0.17 | 0.26 | 129.47 | 0.22 | 0.66 |
| Hex | 96 | BC | 9C | 14 | 0 | 11 | 1A | 81 | 16 | 42 |
| Octal | 226 | 274 | 234 | 24 | 0 | 21 | 32 | 201 | 26 | 102 |
| Binary | 10010110 | 10111100 | 10011100 | 10100 | 0 | 10001 | 11010 | 10000001 | 10110 | 1000010 |
Color Harmonies of #96BC9C
Complementary color
Monochromatic Colors of #96BC9C
Black with #96BC9C
Text Example
Text Example
White with #96BC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BC9C; }
p { color: rgb(150,188,156); }
H1.HeaderClassName
{
color: #96BC9C;
}
.AnyTagClassName
{
color: #96BC9C;
}
</style>
background-color css
<style>
a { background-color: #96BC9C; }
a { background-color: rgb(150,188,156); }
div.DivClassName
{
background-color: #96BC9C;
}
.BgClassName
{
background-color: #96BC9C;
}
</style>
border-color css
<style>
span { border-color: #96BC9C; }
span { border-color: rgb(150,188,156); }
td.TdClassName
{
border-color: #96BC9C;
}
.TagClassName
{
border-color: #96BC9C;
}
</style>