Shades of Summer Green #85BD92
Tints of Summer Green #85BD92
RGB
CMYK
RGB Variations
Color information
#85BD92 (or 0x85BD92) is known color: Summer Green. HEX triplet: 85, BD and 92. RGB value is (133,189,146). Sum of RGB (Red+Green+Blue) = 133+189+146=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BD92 is #7A426D. Grayscale: #A7A7A7. Windows color (decimal): -8012398 or 9616773. OLE color: 9616773.
HSL color Cylindrical-coordinate representation of color #85BD92: hue angle of 133.93º 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 #85BD92 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 189 | 146 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.26 |
| HSL | 133.93º | 0.3% | 0.63% | - |
| HSV(B) | 133.93º | 0.3% | 0.74% | - |
| XYZ | 33.06 | 43.46 | 33.84 | - |
| YUV | 167.35 | 115.95 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 189 | 146 | 0.30 | 0 | 0.23 | 0.26 | 133.93 | 0.3 | 0.63 |
| Hex | 85 | BD | 92 | 1E | 0 | 17 | 1A | 86 | 1E | 3F |
| Octal | 205 | 275 | 222 | 36 | 0 | 27 | 32 | 206 | 36 | 77 |
| Binary | 10000101 | 10111101 | 10010010 | 11110 | 0 | 10111 | 11010 | 10000110 | 11110 | 111111 |
Color Harmonies of #85BD92
Complementary color
Monochromatic Colors of #85BD92
Black with #85BD92
Text Example
Text Example
White with #85BD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BD92; }
p { color: rgb(133,189,146); }
H1.HeaderClassName
{
color: #85BD92;
}
.AnyTagClassName
{
color: #85BD92;
}
</style>
background-color css
<style>
a { background-color: #85BD92; }
a { background-color: rgb(133,189,146); }
div.DivClassName
{
background-color: #85BD92;
}
.BgClassName
{
background-color: #85BD92;
}
</style>
border-color css
<style>
span { border-color: #85BD92; }
span { border-color: rgb(133,189,146); }
td.TdClassName
{
border-color: #85BD92;
}
.TagClassName
{
border-color: #85BD92;
}
</style>