Shades of Summer Green #85C096
Tints of Summer Green #85C096
RGB
CMYK
RGB Variations
Color information
#85C096 (or 0x85C096) is known color: Summer Green. HEX triplet: 85, C0 and 96. RGB value is (133,192,150). Sum of RGB (Red+Green+Blue) = 133+192+150=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #85C096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C096 is #7A3F69. Grayscale: #A9A9A9. Windows color (decimal): -8011626 or 9879685. OLE color: 9879685.
HSL color Cylindrical-coordinate representation of color #85C096: hue angle of 137.29º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85C096 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 192 | 150 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.25 |
| HSL | 137.29º | 0.32% | 0.64% | - |
| HSV(B) | 137.29º | 0.31% | 0.75% | - |
| XYZ | 34.03 | 44.89 | 35.72 | - |
| YUV | 169.57 | 116.95 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 192 | 150 | 0.31 | 0 | 0.22 | 0.25 | 137.29 | 0.32 | 0.64 |
| Hex | 85 | C0 | 96 | 1F | 0 | 16 | 19 | 89 | 20 | 40 |
| Octal | 205 | 300 | 226 | 37 | 0 | 26 | 31 | 211 | 40 | 100 |
| Binary | 10000101 | 11000000 | 10010110 | 11111 | 0 | 10110 | 11001 | 10001001 | 100000 | 1000000 |
Color Harmonies of #85C096
Complementary color
Monochromatic Colors of #85C096
Black with #85C096
Text Example
Text Example
White with #85C096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C096; }
p { color: rgb(133,192,150); }
H1.HeaderClassName
{
color: #85C096;
}
.AnyTagClassName
{
color: #85C096;
}
</style>
background-color css
<style>
a { background-color: #85C096; }
a { background-color: rgb(133,192,150); }
div.DivClassName
{
background-color: #85C096;
}
.BgClassName
{
background-color: #85C096;
}
</style>
border-color css
<style>
span { border-color: #85C096; }
span { border-color: rgb(133,192,150); }
td.TdClassName
{
border-color: #85C096;
}
.TagClassName
{
border-color: #85C096;
}
</style>