Shades of Shadow Green #94B8B0
Tints of Shadow Green #94B8B0
RGB
CMYK
RGB Variations
Color information
#94B8B0 (or 0x94B8B0) is known color: Shadow Green. HEX triplet: 94, B8 and B0. RGB value is (148,184,176). Sum of RGB (Red+Green+Blue) = 148+184+176=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 184 - color contains mainly: green. Hex color #94B8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B8B0 is #6B474F. Grayscale: #ACACAC. Windows color (decimal): -7030608 or 11581588. OLE color: 11581588.
HSL color Cylindrical-coordinate representation of color #94B8B0: hue angle of 166.67º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94B8B0 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 184 | 176 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.28 |
| HSL | 166.67º | 0.2% | 0.65% | - |
| HSV(B) | 166.67º | 0.2% | 0.72% | - |
| XYZ | 37.19 | 43.71 | 47.55 | - |
| YUV | 172.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 184 | 176 | 0.20 | 0 | 0.04 | 0.28 | 166.67 | 0.2 | 0.65 |
| Hex | 94 | B8 | B0 | 14 | 0 | 4 | 1C | A7 | 14 | 41 |
| Octal | 224 | 270 | 260 | 24 | 0 | 4 | 34 | 247 | 24 | 101 |
| Binary | 10010100 | 10111000 | 10110000 | 10100 | 0 | 100 | 11100 | 10100111 | 10100 | 1000001 |
Color Harmonies of #94B8B0
Complementary color
Monochromatic Colors of #94B8B0
Black with #94B8B0
Text Example
Text Example
White with #94B8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B8B0; }
p { color: rgb(148,184,176); }
H1.HeaderClassName
{
color: #94B8B0;
}
.AnyTagClassName
{
color: #94B8B0;
}
</style>
background-color css
<style>
a { background-color: #94B8B0; }
a { background-color: rgb(148,184,176); }
div.DivClassName
{
background-color: #94B8B0;
}
.BgClassName
{
background-color: #94B8B0;
}
</style>
border-color css
<style>
span { border-color: #94B8B0; }
span { border-color: rgb(148,184,176); }
td.TdClassName
{
border-color: #94B8B0;
}
.TagClassName
{
border-color: #94B8B0;
}
</style>