Shades of Summer Green #93BA9B
Tints of Summer Green #93BA9B
RGB
CMYK
RGB Variations
Color information
#93BA9B (or 0x93BA9B) is known color: Summer Green. HEX triplet: 93, BA and 9B. RGB value is (147,186,155). Sum of RGB (Red+Green+Blue) = 147+186+155=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BA9B is #6C4564. Grayscale: #AAAAAA. Windows color (decimal): -7095653 or 10205843. OLE color: 10205843.
HSL color Cylindrical-coordinate representation of color #93BA9B: hue angle of 132.31º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93BA9B is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 186 | 155 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.27 |
| HSL | 132.31º | 0.22% | 0.65% | - |
| HSV(B) | 132.31º | 0.21% | 0.73% | - |
| XYZ | 35.51 | 43.69 | 37.57 | - |
| YUV | 170.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 186 | 155 | 0.21 | 0 | 0.17 | 0.27 | 132.31 | 0.22 | 0.65 |
| Hex | 93 | BA | 9B | 15 | 0 | 11 | 1B | 84 | 16 | 41 |
| Octal | 223 | 272 | 233 | 25 | 0 | 21 | 33 | 204 | 26 | 101 |
| Binary | 10010011 | 10111010 | 10011011 | 10101 | 0 | 10001 | 11011 | 10000100 | 10110 | 1000001 |
Color Harmonies of #93BA9B
Complementary color
Monochromatic Colors of #93BA9B
Black with #93BA9B
Text Example
Text Example
White with #93BA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BA9B; }
p { color: rgb(147,186,155); }
H1.HeaderClassName
{
color: #93BA9B;
}
.AnyTagClassName
{
color: #93BA9B;
}
</style>
background-color css
<style>
a { background-color: #93BA9B; }
a { background-color: rgb(147,186,155); }
div.DivClassName
{
background-color: #93BA9B;
}
.BgClassName
{
background-color: #93BA9B;
}
</style>
border-color css
<style>
span { border-color: #93BA9B; }
span { border-color: rgb(147,186,155); }
td.TdClassName
{
border-color: #93BA9B;
}
.TagClassName
{
border-color: #93BA9B;
}
</style>