Shades of Summer Green #85BA96
Tints of Summer Green #85BA96
RGB
CMYK
RGB Variations
Color information
#85BA96 (or 0x85BA96) is known color: Summer Green. HEX triplet: 85, BA and 96. RGB value is (133,186,150). Sum of RGB (Red+Green+Blue) = 133+186+150=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BA96 is #7A4569. Grayscale: #A6A6A6. Windows color (decimal): -8013162 or 9878149. OLE color: 9878149.
HSL color Cylindrical-coordinate representation of color #85BA96: hue angle of 139.25º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85BA96 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 150 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.27 |
| HSL | 139.25º | 0.28% | 0.63% | - |
| HSV(B) | 139.25º | 0.28% | 0.73% | - |
| XYZ | 32.74 | 42.31 | 35.29 | - |
| YUV | 166.05 | 118.94 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 150 | 0.28 | 0 | 0.19 | 0.27 | 139.25 | 0.28 | 0.63 |
| Hex | 85 | BA | 96 | 1C | 0 | 13 | 1B | 8B | 1C | 3F |
| Octal | 205 | 272 | 226 | 34 | 0 | 23 | 33 | 213 | 34 | 77 |
| Binary | 10000101 | 10111010 | 10010110 | 11100 | 0 | 10011 | 11011 | 10001011 | 11100 | 111111 |
Color Harmonies of #85BA96
Complementary color
Monochromatic Colors of #85BA96
Black with #85BA96
Text Example
Text Example
White with #85BA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA96; }
p { color: rgb(133,186,150); }
H1.HeaderClassName
{
color: #85BA96;
}
.AnyTagClassName
{
color: #85BA96;
}
</style>
background-color css
<style>
a { background-color: #85BA96; }
a { background-color: rgb(133,186,150); }
div.DivClassName
{
background-color: #85BA96;
}
.BgClassName
{
background-color: #85BA96;
}
</style>
border-color css
<style>
span { border-color: #85BA96; }
span { border-color: rgb(133,186,150); }
td.TdClassName
{
border-color: #85BA96;
}
.TagClassName
{
border-color: #85BA96;
}
</style>