Shades of Summer Green #85BC9C
Tints of Summer Green #85BC9C
RGB
CMYK
RGB Variations
Color information
#85BC9C (or 0x85BC9C) is known color: Summer Green. HEX triplet: 85, BC and 9C. RGB value is (133,188,156). Sum of RGB (Red+Green+Blue) = 133+188+156=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BC9C is #7A4363. Grayscale: #A7A7A7. Windows color (decimal): -8012644 or 10271877. OLE color: 10271877.
HSL color Cylindrical-coordinate representation of color #85BC9C: hue angle of 145.09º 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 #85BC9C is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 156 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.26 |
| HSL | 145.09º | 0.29% | 0.63% | - |
| HSV(B) | 145.09º | 0.29% | 0.74% | - |
| XYZ | 33.66 | 43.35 | 38.05 | - |
| YUV | 167.91 | 121.28 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 156 | 0.29 | 0 | 0.17 | 0.26 | 145.09 | 0.29 | 0.63 |
| Hex | 85 | BC | 9C | 1D | 0 | 11 | 1A | 91 | 1D | 3F |
| Octal | 205 | 274 | 234 | 35 | 0 | 21 | 32 | 221 | 35 | 77 |
| Binary | 10000101 | 10111100 | 10011100 | 11101 | 0 | 10001 | 11010 | 10010001 | 11101 | 111111 |
Color Harmonies of #85BC9C
Complementary color
Monochromatic Colors of #85BC9C
Black with #85BC9C
Text Example
Text Example
White with #85BC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC9C; }
p { color: rgb(133,188,156); }
H1.HeaderClassName
{
color: #85BC9C;
}
.AnyTagClassName
{
color: #85BC9C;
}
</style>
background-color css
<style>
a { background-color: #85BC9C; }
a { background-color: rgb(133,188,156); }
div.DivClassName
{
background-color: #85BC9C;
}
.BgClassName
{
background-color: #85BC9C;
}
</style>
border-color css
<style>
span { border-color: #85BC9C; }
span { border-color: rgb(133,188,156); }
td.TdClassName
{
border-color: #85BC9C;
}
.TagClassName
{
border-color: #85BC9C;
}
</style>