Shades of Summer Green #85BC9D
Tints of Summer Green #85BC9D
RGB
CMYK
RGB Variations
Color information
#85BC9D (or 0x85BC9D) is known color: Summer Green. HEX triplet: 85, BC and 9D. RGB value is (133,188,157). Sum of RGB (Red+Green+Blue) = 133+188+157=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BC9D is #7A4362. Grayscale: #A8A8A8. Windows color (decimal): -8012643 or 10337413. OLE color: 10337413.
HSL color Cylindrical-coordinate representation of color #85BC9D: hue angle of 146.18º 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 #85BC9D is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 157 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.26 |
| HSL | 146.18º | 0.29% | 0.63% | - |
| HSV(B) | 146.18º | 0.29% | 0.74% | - |
| XYZ | 33.74 | 43.39 | 38.49 | - |
| YUV | 168.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 157 | 0.29 | 0 | 0.16 | 0.26 | 146.18 | 0.29 | 0.63 |
| Hex | 85 | BC | 9D | 1D | 0 | 10 | 1A | 92 | 1D | 3F |
| Octal | 205 | 274 | 235 | 35 | 0 | 20 | 32 | 222 | 35 | 77 |
| Binary | 10000101 | 10111100 | 10011101 | 11101 | 0 | 10000 | 11010 | 10010010 | 11101 | 111111 |
Color Harmonies of #85BC9D
Complementary color
Monochromatic Colors of #85BC9D
Black with #85BC9D
Text Example
Text Example
White with #85BC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC9D; }
p { color: rgb(133,188,157); }
H1.HeaderClassName
{
color: #85BC9D;
}
.AnyTagClassName
{
color: #85BC9D;
}
</style>
background-color css
<style>
a { background-color: #85BC9D; }
a { background-color: rgb(133,188,157); }
div.DivClassName
{
background-color: #85BC9D;
}
.BgClassName
{
background-color: #85BC9D;
}
</style>
border-color css
<style>
span { border-color: #85BC9D; }
span { border-color: rgb(133,188,157); }
td.TdClassName
{
border-color: #85BC9D;
}
.TagClassName
{
border-color: #85BC9D;
}
</style>