Shades of Summer Green #93BA9D
Tints of Summer Green #93BA9D
RGB
CMYK
RGB Variations
Color information
#93BA9D (or 0x93BA9D) is known color: Summer Green. HEX triplet: 93, BA and 9D. RGB value is (147,186,157). Sum of RGB (Red+Green+Blue) = 147+186+157=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #93BA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BA9D is #6C4562. Grayscale: #ABABAB. Windows color (decimal): -7095651 or 10336915. OLE color: 10336915.
HSL color Cylindrical-coordinate representation of color #93BA9D: hue angle of 135.38º 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 #93BA9D is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 186 | 157 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.27 |
| HSL | 135.38º | 0.22% | 0.65% | - |
| HSV(B) | 135.38º | 0.21% | 0.73% | - |
| XYZ | 35.68 | 43.76 | 38.46 | - |
| YUV | 171.03 | 120.08 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 186 | 157 | 0.21 | 0 | 0.16 | 0.27 | 135.38 | 0.22 | 0.65 |
| Hex | 93 | BA | 9D | 15 | 0 | 10 | 1B | 87 | 16 | 41 |
| Octal | 223 | 272 | 235 | 25 | 0 | 20 | 33 | 207 | 26 | 101 |
| Binary | 10010011 | 10111010 | 10011101 | 10101 | 0 | 10000 | 11011 | 10000111 | 10110 | 1000001 |
Color Harmonies of #93BA9D
Complementary color
Monochromatic Colors of #93BA9D
Black with #93BA9D
Text Example
Text Example
White with #93BA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93BA9D; }
p { color: rgb(147,186,157); }
H1.HeaderClassName
{
color: #93BA9D;
}
.AnyTagClassName
{
color: #93BA9D;
}
</style>
background-color css
<style>
a { background-color: #93BA9D; }
a { background-color: rgb(147,186,157); }
div.DivClassName
{
background-color: #93BA9D;
}
.BgClassName
{
background-color: #93BA9D;
}
</style>
border-color css
<style>
span { border-color: #93BA9D; }
span { border-color: rgb(147,186,157); }
td.TdClassName
{
border-color: #93BA9D;
}
.TagClassName
{
border-color: #93BA9D;
}
</style>