Shades of Summer Green #85BA93
Tints of Summer Green #85BA93
RGB
CMYK
RGB Variations
Color information
#85BA93 (or 0x85BA93) is known color: Summer Green. HEX triplet: 85, BA and 93. RGB value is (133,186,147). Sum of RGB (Red+Green+Blue) = 133+186+147=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BA93 is #7A456C. Grayscale: #A5A5A5. Windows color (decimal): -8013165 or 9681541. OLE color: 9681541.
HSL color Cylindrical-coordinate representation of color #85BA93: hue angle of 135.85º 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 #85BA93 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 147 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.27 |
| HSL | 135.85º | 0.28% | 0.63% | - |
| HSV(B) | 135.85º | 0.28% | 0.73% | - |
| XYZ | 32.5 | 42.21 | 34.04 | - |
| YUV | 165.71 | 117.44 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 147 | 0.28 | 0 | 0.21 | 0.27 | 135.85 | 0.28 | 0.63 |
| Hex | 85 | BA | 93 | 1C | 0 | 15 | 1B | 88 | 1C | 3F |
| Octal | 205 | 272 | 223 | 34 | 0 | 25 | 33 | 210 | 34 | 77 |
| Binary | 10000101 | 10111010 | 10010011 | 11100 | 0 | 10101 | 11011 | 10001000 | 11100 | 111111 |
Color Harmonies of #85BA93
Complementary color
Monochromatic Colors of #85BA93
Black with #85BA93
Text Example
Text Example
White with #85BA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA93; }
p { color: rgb(133,186,147); }
H1.HeaderClassName
{
color: #85BA93;
}
.AnyTagClassName
{
color: #85BA93;
}
</style>
background-color css
<style>
a { background-color: #85BA93; }
a { background-color: rgb(133,186,147); }
div.DivClassName
{
background-color: #85BA93;
}
.BgClassName
{
background-color: #85BA93;
}
</style>
border-color css
<style>
span { border-color: #85BA93; }
span { border-color: rgb(133,186,147); }
td.TdClassName
{
border-color: #85BA93;
}
.TagClassName
{
border-color: #85BA93;
}
</style>