Shades of Summer Green #85BE9B
Tints of Summer Green #85BE9B
RGB
CMYK
RGB Variations
Color information
#85BE9B (or 0x85BE9B) is known color: Summer Green. HEX triplet: 85, BE and 9B. RGB value is (133,190,155). Sum of RGB (Red+Green+Blue) = 133+190+155=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85BE9B is #7A4164. Grayscale: #A9A9A9. Windows color (decimal): -8012133 or 10206853. OLE color: 10206853.
HSL color Cylindrical-coordinate representation of color #85BE9B: hue angle of 143.16º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85BE9B is Cyan = 0.3, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 190 | 155 | - |
| CMYK | 0.3 | 0 | 0.18 | 0.25 |
| HSL | 143.16º | 0.3% | 0.63% | - |
| HSV(B) | 143.16º | 0.3% | 0.75% | - |
| XYZ | 34 | 44.18 | 37.75 | - |
| YUV | 168.97 | 120.12 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 190 | 155 | 0.3 | 0 | 0.18 | 0.25 | 143.16 | 0.3 | 0.63 |
| Hex | 85 | BE | 9B | 1E | 0 | 12 | 19 | 8F | 1E | 3F |
| Octal | 205 | 276 | 233 | 36 | 0 | 22 | 31 | 217 | 36 | 77 |
| Binary | 10000101 | 10111110 | 10011011 | 11110 | 0 | 10010 | 11001 | 10001111 | 11110 | 111111 |
Color Harmonies of #85BE9B
Complementary color
Monochromatic Colors of #85BE9B
Black with #85BE9B
Text Example
Text Example
White with #85BE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BE9B; }
p { color: rgb(133,190,155); }
H1.HeaderClassName
{
color: #85BE9B;
}
.AnyTagClassName
{
color: #85BE9B;
}
</style>
background-color css
<style>
a { background-color: #85BE9B; }
a { background-color: rgb(133,190,155); }
div.DivClassName
{
background-color: #85BE9B;
}
.BgClassName
{
background-color: #85BE9B;
}
</style>
border-color css
<style>
span { border-color: #85BE9B; }
span { border-color: rgb(133,190,155); }
td.TdClassName
{
border-color: #85BE9B;
}
.TagClassName
{
border-color: #85BE9B;
}
</style>