Shades of Summer Green #96B19C
Tints of Summer Green #96B19C
RGB
CMYK
RGB Variations
Color information
#96B19C (or 0x96B19C) is known color: Summer Green. HEX triplet: 96, B1 and 9C. RGB value is (150,177,156). Sum of RGB (Red+Green+Blue) = 150+177+156=483 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.06% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 177 - color contains mainly: green. Hex color #96B19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B19C is #694E63. Grayscale: #A6A6A6. Windows color (decimal): -6901348 or 10269078. OLE color: 10269078.
HSL color Cylindrical-coordinate representation of color #96B19C: hue angle of 133.33º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96B19C is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 177 | 156 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.31 |
| HSL | 133.33º | 0.15% | 0.64% | - |
| HSV(B) | 133.33º | 0.15% | 0.69% | - |
| XYZ | 34.3 | 40.33 | 37.43 | - |
| YUV | 166.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 177 | 156 | 0.15 | 0 | 0.12 | 0.31 | 133.33 | 0.15 | 0.64 |
| Hex | 96 | B1 | 9C | F | 0 | C | 1F | 85 | F | 40 |
| Octal | 226 | 261 | 234 | 17 | 0 | 14 | 37 | 205 | 17 | 100 |
| Binary | 10010110 | 10110001 | 10011100 | 1111 | 0 | 1100 | 11111 | 10000101 | 1111 | 1000000 |
Color Harmonies of #96B19C
Complementary color
Monochromatic Colors of #96B19C
Black with #96B19C
Text Example
Text Example
White with #96B19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B19C; }
p { color: rgb(150,177,156); }
H1.HeaderClassName
{
color: #96B19C;
}
.AnyTagClassName
{
color: #96B19C;
}
</style>
background-color css
<style>
a { background-color: #96B19C; }
a { background-color: rgb(150,177,156); }
div.DivClassName
{
background-color: #96B19C;
}
.BgClassName
{
background-color: #96B19C;
}
</style>
border-color css
<style>
span { border-color: #96B19C; }
span { border-color: rgb(150,177,156); }
td.TdClassName
{
border-color: #96B19C;
}
.TagClassName
{
border-color: #96B19C;
}
</style>