Shades of Summer Green #85BA95
Tints of Summer Green #85BA95
RGB
CMYK
RGB Variations
Color information
#85BA95 (or 0x85BA95) is known color: Summer Green. HEX triplet: 85, BA and 95. RGB value is (133,186,149). Sum of RGB (Red+Green+Blue) = 133+186+149=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BA95 is #7A456A. Grayscale: #A6A6A6. Windows color (decimal): -8013163 or 9812613. OLE color: 9812613.
HSL color Cylindrical-coordinate representation of color #85BA95: hue angle of 138.11º 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 #85BA95 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 149 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.27 |
| HSL | 138.11º | 0.28% | 0.63% | - |
| HSV(B) | 138.11º | 0.28% | 0.73% | - |
| XYZ | 32.66 | 42.27 | 34.87 | - |
| YUV | 165.94 | 118.44 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 149 | 0.28 | 0 | 0.20 | 0.27 | 138.11 | 0.28 | 0.63 |
| Hex | 85 | BA | 95 | 1C | 0 | 14 | 1B | 8A | 1C | 3F |
| Octal | 205 | 272 | 225 | 34 | 0 | 24 | 33 | 212 | 34 | 77 |
| Binary | 10000101 | 10111010 | 10010101 | 11100 | 0 | 10100 | 11011 | 10001010 | 11100 | 111111 |
Color Harmonies of #85BA95
Complementary color
Monochromatic Colors of #85BA95
Black with #85BA95
Text Example
Text Example
White with #85BA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA95; }
p { color: rgb(133,186,149); }
H1.HeaderClassName
{
color: #85BA95;
}
.AnyTagClassName
{
color: #85BA95;
}
</style>
background-color css
<style>
a { background-color: #85BA95; }
a { background-color: rgb(133,186,149); }
div.DivClassName
{
background-color: #85BA95;
}
.BgClassName
{
background-color: #85BA95;
}
</style>
border-color css
<style>
span { border-color: #85BA95; }
span { border-color: rgb(133,186,149); }
td.TdClassName
{
border-color: #85BA95;
}
.TagClassName
{
border-color: #85BA95;
}
</style>