Shades of Summer Green #85BB98
Tints of Summer Green #85BB98
RGB
CMYK
RGB Variations
Color information
#85BB98 (or 0x85BB98) is known color: Summer Green. HEX triplet: 85, BB and 98. RGB value is (133,187,152). Sum of RGB (Red+Green+Blue) = 133+187+152=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BB98 is #7A4467. Grayscale: #A6A6A6. Windows color (decimal): -8012904 or 10009477. OLE color: 10009477.
HSL color Cylindrical-coordinate representation of color #85BB98: hue angle of 141.11º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85BB98 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 187 | 152 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.27 |
| HSL | 141.11º | 0.28% | 0.63% | - |
| HSV(B) | 141.11º | 0.29% | 0.73% | - |
| XYZ | 33.11 | 42.79 | 36.22 | - |
| YUV | 166.86 | 119.61 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 187 | 152 | 0.29 | 0 | 0.19 | 0.27 | 141.11 | 0.28 | 0.63 |
| Hex | 85 | BB | 98 | 1D | 0 | 13 | 1B | 8D | 1C | 3F |
| Octal | 205 | 273 | 230 | 35 | 0 | 23 | 33 | 215 | 34 | 77 |
| Binary | 10000101 | 10111011 | 10011000 | 11101 | 0 | 10011 | 11011 | 10001101 | 11100 | 111111 |
Color Harmonies of #85BB98
Complementary color
Monochromatic Colors of #85BB98
Black with #85BB98
Text Example
Text Example
White with #85BB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BB98; }
p { color: rgb(133,187,152); }
H1.HeaderClassName
{
color: #85BB98;
}
.AnyTagClassName
{
color: #85BB98;
}
</style>
background-color css
<style>
a { background-color: #85BB98; }
a { background-color: rgb(133,187,152); }
div.DivClassName
{
background-color: #85BB98;
}
.BgClassName
{
background-color: #85BB98;
}
</style>
border-color css
<style>
span { border-color: #85BB98; }
span { border-color: rgb(133,187,152); }
td.TdClassName
{
border-color: #85BB98;
}
.TagClassName
{
border-color: #85BB98;
}
</style>