Shades of Edward #93B099
Tints of Edward #93B099
RGB
CMYK
RGB Variations
Color information
#93B099 (or 0x93B099) is known color: Edward. HEX triplet: 93, B0 and 99. RGB value is (147,176,153). Sum of RGB (Red+Green+Blue) = 147+176+153=476 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.88% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 176 - color contains mainly: green. Hex color #93B099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93B099 is #6C4F66. Grayscale: #A4A4A4. Windows color (decimal): -7098215 or 10072211. OLE color: 10072211.
HSL color Cylindrical-coordinate representation of color #93B099: hue angle of 132.41º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #93B099 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 176 | 153 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.31 |
| HSL | 132.41º | 0.16% | 0.63% | - |
| HSV(B) | 132.41º | 0.16% | 0.69% | - |
| XYZ | 33.31 | 39.55 | 36.02 | - |
| YUV | 164.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 176 | 153 | 0.16 | 0 | 0.13 | 0.31 | 132.41 | 0.16 | 0.63 |
| Hex | 93 | B0 | 99 | 10 | 0 | D | 1F | 84 | 10 | 3F |
| Octal | 223 | 260 | 231 | 20 | 0 | 15 | 37 | 204 | 20 | 77 |
| Binary | 10010011 | 10110000 | 10011001 | 10000 | 0 | 1101 | 11111 | 10000100 | 10000 | 111111 |
Color Harmonies of #93B099
Complementary color
Monochromatic Colors of #93B099
Black with #93B099
Text Example
Text Example
White with #93B099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B099; }
p { color: rgb(147,176,153); }
H1.HeaderClassName
{
color: #93B099;
}
.AnyTagClassName
{
color: #93B099;
}
</style>
background-color css
<style>
a { background-color: #93B099; }
a { background-color: rgb(147,176,153); }
div.DivClassName
{
background-color: #93B099;
}
.BgClassName
{
background-color: #93B099;
}
</style>
border-color css
<style>
span { border-color: #93B099; }
span { border-color: rgb(147,176,153); }
td.TdClassName
{
border-color: #93B099;
}
.TagClassName
{
border-color: #93B099;
}
</style>