Shades of Summer Green #8BB9A0
Tints of Summer Green #8BB9A0
RGB
CMYK
RGB Variations
Color information
#8BB9A0 (or 0x8BB9A0) is known color: Summer Green. HEX triplet: 8B, B9 and A0. RGB value is (139,185,160). Sum of RGB (Red+Green+Blue) = 139+185+160=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 185 - color contains mainly: green. Hex color #8BB9A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB9A0 is #74465F. Grayscale: #A8A8A8. Windows color (decimal): -7620192 or 10533259. OLE color: 10533259.
HSL color Cylindrical-coordinate representation of color #8BB9A0: hue angle of 147.39º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8BB9A0 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 185 | 160 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.27 |
| HSL | 147.39º | 0.25% | 0.64% | - |
| HSV(B) | 147.39º | 0.25% | 0.73% | - |
| XYZ | 34.34 | 42.72 | 39.69 | - |
| YUV | 168.4 | 123.26 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 185 | 160 | 0.25 | 0 | 0.14 | 0.27 | 147.39 | 0.25 | 0.64 |
| Hex | 8B | B9 | A0 | 19 | 0 | E | 1B | 93 | 19 | 40 |
| Octal | 213 | 271 | 240 | 31 | 0 | 16 | 33 | 223 | 31 | 100 |
| Binary | 10001011 | 10111001 | 10100000 | 11001 | 0 | 1110 | 11011 | 10010011 | 11001 | 1000000 |
Color Harmonies of #8BB9A0
Complementary color
Monochromatic Colors of #8BB9A0
Black with #8BB9A0
Text Example
Text Example
White with #8BB9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB9A0; }
p { color: rgb(139,185,160); }
H1.HeaderClassName
{
color: #8BB9A0;
}
.AnyTagClassName
{
color: #8BB9A0;
}
</style>
background-color css
<style>
a { background-color: #8BB9A0; }
a { background-color: rgb(139,185,160); }
div.DivClassName
{
background-color: #8BB9A0;
}
.BgClassName
{
background-color: #8BB9A0;
}
</style>
border-color css
<style>
span { border-color: #8BB9A0; }
span { border-color: rgb(139,185,160); }
td.TdClassName
{
border-color: #8BB9A0;
}
.TagClassName
{
border-color: #8BB9A0;
}
</style>