Shades of Edward #93B098
Tints of Edward #93B098
RGB
CMYK
RGB Variations
Color information
#93B098 (or 0x93B098) is known color: Edward. HEX triplet: 93, B0 and 98. RGB value is (147,176,152). Sum of RGB (Red+Green+Blue) = 147+176+152=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 176 - color contains mainly: green. Hex color #93B098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93B098 is #6C4F67. Grayscale: #A4A4A4. Windows color (decimal): -7098216 or 10006675. OLE color: 10006675.
HSL color Cylindrical-coordinate representation of color #93B098: hue angle of 130.34º 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 #93B098 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 176 | 152 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.31 |
| HSL | 130.34º | 0.16% | 0.63% | - |
| HSV(B) | 130.34º | 0.16% | 0.69% | - |
| XYZ | 33.23 | 39.52 | 35.58 | - |
| YUV | 164.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 176 | 152 | 0.16 | 0 | 0.14 | 0.31 | 130.34 | 0.16 | 0.63 |
| Hex | 93 | B0 | 98 | 10 | 0 | E | 1F | 82 | 10 | 3F |
| Octal | 223 | 260 | 230 | 20 | 0 | 16 | 37 | 202 | 20 | 77 |
| Binary | 10010011 | 10110000 | 10011000 | 10000 | 0 | 1110 | 11111 | 10000010 | 10000 | 111111 |
Color Harmonies of #93B098
Complementary color
Monochromatic Colors of #93B098
Black with #93B098
Text Example
Text Example
White with #93B098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93B098; }
p { color: rgb(147,176,152); }
H1.HeaderClassName
{
color: #93B098;
}
.AnyTagClassName
{
color: #93B098;
}
</style>
background-color css
<style>
a { background-color: #93B098; }
a { background-color: rgb(147,176,152); }
div.DivClassName
{
background-color: #93B098;
}
.BgClassName
{
background-color: #93B098;
}
</style>
border-color css
<style>
span { border-color: #93B098; }
span { border-color: rgb(147,176,152); }
td.TdClassName
{
border-color: #93B098;
}
.TagClassName
{
border-color: #93B098;
}
</style>