Shades of Summer Green #8BB294
Tints of Summer Green #8BB294
RGB
CMYK
RGB Variations
Color information
#8BB294 (or 0x8BB294) is known color: Summer Green. HEX triplet: 8B, B2 and 94. RGB value is (139,178,148). Sum of RGB (Red+Green+Blue) = 139+178+148=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB294 is #744D6B. Grayscale: #A3A3A3. Windows color (decimal): -7621996 or 9745035. OLE color: 9745035.
HSL color Cylindrical-coordinate representation of color #8BB294: hue angle of 133.85º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8BB294 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 178 | 148 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.30 |
| HSL | 133.85º | 0.2% | 0.62% | - |
| HSV(B) | 133.85º | 0.22% | 0.7% | - |
| XYZ | 31.91 | 39.47 | 33.95 | - |
| YUV | 162.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 178 | 148 | 0.22 | 0 | 0.17 | 0.30 | 133.85 | 0.2 | 0.62 |
| Hex | 8B | B2 | 94 | 16 | 0 | 11 | 1E | 86 | 14 | 3E |
| Octal | 213 | 262 | 224 | 26 | 0 | 21 | 36 | 206 | 24 | 76 |
| Binary | 10001011 | 10110010 | 10010100 | 10110 | 0 | 10001 | 11110 | 10000110 | 10100 | 111110 |
Color Harmonies of #8BB294
Complementary color
Monochromatic Colors of #8BB294
Black with #8BB294
Text Example
Text Example
White with #8BB294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB294; }
p { color: rgb(139,178,148); }
H1.HeaderClassName
{
color: #8BB294;
}
.AnyTagClassName
{
color: #8BB294;
}
</style>
background-color css
<style>
a { background-color: #8BB294; }
a { background-color: rgb(139,178,148); }
div.DivClassName
{
background-color: #8BB294;
}
.BgClassName
{
background-color: #8BB294;
}
</style>
border-color css
<style>
span { border-color: #8BB294; }
span { border-color: rgb(139,178,148); }
td.TdClassName
{
border-color: #8BB294;
}
.TagClassName
{
border-color: #8BB294;
}
</style>