Shades of Summer Green #85BA97
Tints of Summer Green #85BA97
RGB
CMYK
RGB Variations
Color information
#85BA97 (or 0x85BA97) is known color: Summer Green. HEX triplet: 85, BA and 97. RGB value is (133,186,151). Sum of RGB (Red+Green+Blue) = 133+186+151=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 151 (59.38% from 255 or 32.13% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BA97 is #7A4568. Grayscale: #A6A6A6. Windows color (decimal): -8013161 or 9943685. OLE color: 9943685.
HSL color Cylindrical-coordinate representation of color #85BA97: hue angle of 140.38º 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 #85BA97 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 151 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.27 |
| HSL | 140.38º | 0.28% | 0.63% | - |
| HSV(B) | 140.38º | 0.28% | 0.73% | - |
| XYZ | 32.82 | 42.34 | 35.72 | - |
| YUV | 166.16 | 119.44 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 151 | 0.28 | 0 | 0.19 | 0.27 | 140.38 | 0.28 | 0.63 |
| Hex | 85 | BA | 97 | 1C | 0 | 13 | 1B | 8C | 1C | 3F |
| Octal | 205 | 272 | 227 | 34 | 0 | 23 | 33 | 214 | 34 | 77 |
| Binary | 10000101 | 10111010 | 10010111 | 11100 | 0 | 10011 | 11011 | 10001100 | 11100 | 111111 |
Color Harmonies of #85BA97
Complementary color
Monochromatic Colors of #85BA97
Black with #85BA97
Text Example
Text Example
White with #85BA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA97; }
p { color: rgb(133,186,151); }
H1.HeaderClassName
{
color: #85BA97;
}
.AnyTagClassName
{
color: #85BA97;
}
</style>
background-color css
<style>
a { background-color: #85BA97; }
a { background-color: rgb(133,186,151); }
div.DivClassName
{
background-color: #85BA97;
}
.BgClassName
{
background-color: #85BA97;
}
</style>
border-color css
<style>
span { border-color: #85BA97; }
span { border-color: rgb(133,186,151); }
td.TdClassName
{
border-color: #85BA97;
}
.TagClassName
{
border-color: #85BA97;
}
</style>