Shades of Summer Green #85BC99
Tints of Summer Green #85BC99
RGB
CMYK
RGB Variations
Color information
#85BC99 (or 0x85BC99) is known color: Summer Green. HEX triplet: 85, BC and 99. RGB value is (133,188,153). Sum of RGB (Red+Green+Blue) = 133+188+153=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BC99 is #7A4366. Grayscale: #A7A7A7. Windows color (decimal): -8012647 or 10075269. OLE color: 10075269.
HSL color Cylindrical-coordinate representation of color #85BC99: hue angle of 141.82º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85BC99 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 153 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.26 |
| HSL | 141.82º | 0.29% | 0.63% | - |
| HSV(B) | 141.82º | 0.29% | 0.74% | - |
| XYZ | 33.41 | 43.25 | 36.72 | - |
| YUV | 167.57 | 119.78 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 153 | 0.29 | 0 | 0.19 | 0.26 | 141.82 | 0.29 | 0.63 |
| Hex | 85 | BC | 99 | 1D | 0 | 13 | 1A | 8E | 1D | 3F |
| Octal | 205 | 274 | 231 | 35 | 0 | 23 | 32 | 216 | 35 | 77 |
| Binary | 10000101 | 10111100 | 10011001 | 11101 | 0 | 10011 | 11010 | 10001110 | 11101 | 111111 |
Color Harmonies of #85BC99
Complementary color
Monochromatic Colors of #85BC99
Black with #85BC99
Text Example
Text Example
White with #85BC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC99; }
p { color: rgb(133,188,153); }
H1.HeaderClassName
{
color: #85BC99;
}
.AnyTagClassName
{
color: #85BC99;
}
</style>
background-color css
<style>
a { background-color: #85BC99; }
a { background-color: rgb(133,188,153); }
div.DivClassName
{
background-color: #85BC99;
}
.BgClassName
{
background-color: #85BC99;
}
</style>
border-color css
<style>
span { border-color: #85BC99; }
span { border-color: rgb(133,188,153); }
td.TdClassName
{
border-color: #85BC99;
}
.TagClassName
{
border-color: #85BC99;
}
</style>