Shades of Summer Green #8BBD9C
Tints of Summer Green #8BBD9C
RGB
CMYK
RGB Variations
Color information
#8BBD9C (or 0x8BBD9C) is known color: Summer Green. HEX triplet: 8B, BD and 9C. RGB value is (139,189,156). Sum of RGB (Red+Green+Blue) = 139+189+156=484 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.72% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 189 - color contains mainly: green. Hex color #8BBD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBD9C is #744263. Grayscale: #AAAAAA. Windows color (decimal): -7619172 or 10272139. OLE color: 10272139.
HSL color Cylindrical-coordinate representation of color #8BBD9C: hue angle of 140.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BBD9C is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 189 | 156 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.26 |
| HSL | 140.4º | 0.27% | 0.64% | - |
| HSV(B) | 140.4º | 0.26% | 0.74% | - |
| XYZ | 34.85 | 44.28 | 38.16 | - |
| YUV | 170.29 | 119.94 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 189 | 156 | 0.26 | 0 | 0.17 | 0.26 | 140.4 | 0.27 | 0.64 |
| Hex | 8B | BD | 9C | 1A | 0 | 11 | 1A | 8C | 1B | 40 |
| Octal | 213 | 275 | 234 | 32 | 0 | 21 | 32 | 214 | 33 | 100 |
| Binary | 10001011 | 10111101 | 10011100 | 11010 | 0 | 10001 | 11010 | 10001100 | 11011 | 1000000 |
Color Harmonies of #8BBD9C
Complementary color
Monochromatic Colors of #8BBD9C
Black with #8BBD9C
Text Example
Text Example
White with #8BBD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBD9C; }
p { color: rgb(139,189,156); }
H1.HeaderClassName
{
color: #8BBD9C;
}
.AnyTagClassName
{
color: #8BBD9C;
}
</style>
background-color css
<style>
a { background-color: #8BBD9C; }
a { background-color: rgb(139,189,156); }
div.DivClassName
{
background-color: #8BBD9C;
}
.BgClassName
{
background-color: #8BBD9C;
}
</style>
border-color css
<style>
span { border-color: #8BBD9C; }
span { border-color: rgb(139,189,156); }
td.TdClassName
{
border-color: #8BBD9C;
}
.TagClassName
{
border-color: #8BBD9C;
}
</style>