Shades of Summer Green #85BD9A
Tints of Summer Green #85BD9A
RGB
CMYK
RGB Variations
Color information
#85BD9A (or 0x85BD9A) is known color: Summer Green. HEX triplet: 85, BD and 9A. RGB value is (133,189,154). Sum of RGB (Red+Green+Blue) = 133+189+154=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BD9A is #7A4265. Grayscale: #A8A8A8. Windows color (decimal): -8012390 or 10141061. OLE color: 10141061.
HSL color Cylindrical-coordinate representation of color #85BD9A: hue angle of 142.5º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BD9A is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 154 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.26 |
| HSL | 142.5º | 0.3% | 0.63% | - |
| HSV(B) | 142.5º | 0.3% | 0.74% | - |
| XYZ | 33.7 | 43.71 | 37.23 | - |
| YUV | 168.27 | 119.95 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 154 | 0.30 | 0 | 0.19 | 0.26 | 142.5 | 0.3 | 0.63 |
| Hex | 85 | BD | 9A | 1E | 0 | 13 | 1A | 8E | 1E | 3F |
| Octal | 205 | 275 | 232 | 36 | 0 | 23 | 32 | 216 | 36 | 77 |
| Binary | 10000101 | 10111101 | 10011010 | 11110 | 0 | 10011 | 11010 | 10001110 | 11110 | 111111 |
Color Harmonies of #85BD9A
Complementary color
Monochromatic Colors of #85BD9A
Black with #85BD9A
Text Example
Text Example
White with #85BD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD9A; }
p { color: rgb(133,189,154); }
H1.HeaderClassName
{
color: #85BD9A;
}
.AnyTagClassName
{
color: #85BD9A;
}
</style>
background-color css
<style>
a { background-color: #85BD9A; }
a { background-color: rgb(133,189,154); }
div.DivClassName
{
background-color: #85BD9A;
}
.BgClassName
{
background-color: #85BD9A;
}
</style>
border-color css
<style>
span { border-color: #85BD9A; }
span { border-color: rgb(133,189,154); }
td.TdClassName
{
border-color: #85BD9A;
}
.TagClassName
{
border-color: #85BD9A;
}
</style>