Shades of Summer Green #8BB49A
Tints of Summer Green #8BB49A
RGB
CMYK
RGB Variations
Color information
#8BB49A (or 0x8BB49A) is known color: Summer Green. HEX triplet: 8B, B4 and 9A. RGB value is (139,180,154). Sum of RGB (Red+Green+Blue) = 139+180+154=473 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.39% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 180 - color contains mainly: green. Hex color #8BB49A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB49A is #744B65. Grayscale: #A4A4A4. Windows color (decimal): -7621478 or 10138763. OLE color: 10138763.
HSL color Cylindrical-coordinate representation of color #8BB49A: hue angle of 141.95º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8BB49A is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 139 | 180 | 154 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.29 |
| HSL | 141.95º | 0.21% | 0.63% | - |
| HSV(B) | 141.95º | 0.23% | 0.71% | - |
| XYZ | 32.8 | 40.46 | 36.65 | - |
| YUV | 164.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 180 | 154 | 0.23 | 0 | 0.14 | 0.29 | 141.95 | 0.21 | 0.63 |
| Hex | 8B | B4 | 9A | 17 | 0 | E | 1D | 8E | 15 | 3F |
| Octal | 213 | 264 | 232 | 27 | 0 | 16 | 35 | 216 | 25 | 77 |
| Binary | 10001011 | 10110100 | 10011010 | 10111 | 0 | 1110 | 11101 | 10001110 | 10101 | 111111 |
Color Harmonies of #8BB49A
Complementary color
Monochromatic Colors of #8BB49A
Black with #8BB49A
Text Example
Text Example
White with #8BB49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB49A; }
p { color: rgb(139,180,154); }
H1.HeaderClassName
{
color: #8BB49A;
}
.AnyTagClassName
{
color: #8BB49A;
}
</style>
background-color css
<style>
a { background-color: #8BB49A; }
a { background-color: rgb(139,180,154); }
div.DivClassName
{
background-color: #8BB49A;
}
.BgClassName
{
background-color: #8BB49A;
}
</style>
border-color css
<style>
span { border-color: #8BB49A; }
span { border-color: rgb(139,180,154); }
td.TdClassName
{
border-color: #8BB49A;
}
.TagClassName
{
border-color: #8BB49A;
}
</style>