Shades of Summer Green #94BB9D
Tints of Summer Green #94BB9D
RGB
CMYK
RGB Variations
Color information
#94BB9D (or 0x94BB9D) is known color: Summer Green. HEX triplet: 94, BB and 9D. RGB value is (148,187,157). Sum of RGB (Red+Green+Blue) = 148+187+157=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 187 - color contains mainly: green. Hex color #94BB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BB9D is #6B4462. Grayscale: #ACACAC. Windows color (decimal): -7029859 or 10337172. OLE color: 10337172.
HSL color Cylindrical-coordinate representation of color #94BB9D: hue angle of 133.85º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94BB9D is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 187 | 157 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.27 |
| HSL | 133.85º | 0.22% | 0.66% | - |
| HSV(B) | 133.85º | 0.21% | 0.73% | - |
| XYZ | 36.07 | 44.27 | 38.54 | - |
| YUV | 171.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 187 | 157 | 0.21 | 0 | 0.16 | 0.27 | 133.85 | 0.22 | 0.66 |
| Hex | 94 | BB | 9D | 15 | 0 | 10 | 1B | 86 | 16 | 42 |
| Octal | 224 | 273 | 235 | 25 | 0 | 20 | 33 | 206 | 26 | 102 |
| Binary | 10010100 | 10111011 | 10011101 | 10101 | 0 | 10000 | 11011 | 10000110 | 10110 | 1000010 |
Color Harmonies of #94BB9D
Complementary color
Monochromatic Colors of #94BB9D
Black with #94BB9D
Text Example
Text Example
White with #94BB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BB9D; }
p { color: rgb(148,187,157); }
H1.HeaderClassName
{
color: #94BB9D;
}
.AnyTagClassName
{
color: #94BB9D;
}
</style>
background-color css
<style>
a { background-color: #94BB9D; }
a { background-color: rgb(148,187,157); }
div.DivClassName
{
background-color: #94BB9D;
}
.BgClassName
{
background-color: #94BB9D;
}
</style>
border-color css
<style>
span { border-color: #94BB9D; }
span { border-color: rgb(148,187,157); }
td.TdClassName
{
border-color: #94BB9D;
}
.TagClassName
{
border-color: #94BB9D;
}
</style>