Shades of Summer Green #8BBB9A
Tints of Summer Green #8BBB9A
RGB
CMYK
RGB Variations
Color information
#8BBB9A (or 0x8BBB9A) is known color: Summer Green. HEX triplet: 8B, BB and 9A. RGB value is (139,187,154). Sum of RGB (Red+Green+Blue) = 139+187+154=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 154 (60.55% from 255 or 32.08% from 480); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBB9A is #744465. Grayscale: #A8A8A8. Windows color (decimal): -7619686 or 10140555. OLE color: 10140555.
HSL color Cylindrical-coordinate representation of color #8BBB9A: hue angle of 138.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BBB9A is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 187 | 154 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.27 |
| HSL | 138.75º | 0.26% | 0.64% | - |
| HSV(B) | 138.75º | 0.26% | 0.73% | - |
| XYZ | 34.25 | 43.36 | 37.14 | - |
| YUV | 168.89 | 119.6 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 187 | 154 | 0.26 | 0 | 0.18 | 0.27 | 138.75 | 0.26 | 0.64 |
| Hex | 8B | BB | 9A | 1A | 0 | 12 | 1B | 8B | 1A | 40 |
| Octal | 213 | 273 | 232 | 32 | 0 | 22 | 33 | 213 | 32 | 100 |
| Binary | 10001011 | 10111011 | 10011010 | 11010 | 0 | 10010 | 11011 | 10001011 | 11010 | 1000000 |
Color Harmonies of #8BBB9A
Complementary color
Monochromatic Colors of #8BBB9A
Black with #8BBB9A
Text Example
Text Example
White with #8BBB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBB9A; }
p { color: rgb(139,187,154); }
H1.HeaderClassName
{
color: #8BBB9A;
}
.AnyTagClassName
{
color: #8BBB9A;
}
</style>
background-color css
<style>
a { background-color: #8BBB9A; }
a { background-color: rgb(139,187,154); }
div.DivClassName
{
background-color: #8BBB9A;
}
.BgClassName
{
background-color: #8BBB9A;
}
</style>
border-color css
<style>
span { border-color: #8BBB9A; }
span { border-color: rgb(139,187,154); }
td.TdClassName
{
border-color: #8BBB9A;
}
.TagClassName
{
border-color: #8BBB9A;
}
</style>