Shades of Edward #9BA59E
Tints of Edward #9BA59E
RGB
CMYK
RGB Variations
Color information
#9BA59E (or 0x9BA59E) is known color: Edward. HEX triplet: 9B, A5 and 9E. RGB value is (155,165,158). Sum of RGB (Red+Green+Blue) = 155+165+158=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA59E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA59E is #645A61. Grayscale: #A1A1A1. Windows color (decimal): -6576738 or 10397083. OLE color: 10397083.
HSL color Cylindrical-coordinate representation of color #9BA59E: hue angle of 138º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9BA59E is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 165 | 158 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.35 |
| HSL | 138º | 0.05% | 0.63% | - |
| HSV(B) | 138º | 0.06% | 0.65% | - |
| XYZ | 33.14 | 36.35 | 37.62 | - |
| YUV | 161.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 165 | 158 | 0.06 | 0 | 0.04 | 0.35 | 138 | 0.05 | 0.63 |
| Hex | 9B | A5 | 9E | 6 | 0 | 4 | 23 | 8A | 5 | 3F |
| Octal | 233 | 245 | 236 | 6 | 0 | 4 | 43 | 212 | 5 | 77 |
| Binary | 10011011 | 10100101 | 10011110 | 110 | 0 | 100 | 100011 | 10001010 | 101 | 111111 |
Color Harmonies of #9BA59E
Complementary color
Monochromatic Colors of #9BA59E
Black with #9BA59E
Text Example
Text Example
White with #9BA59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA59E; }
p { color: rgb(155,165,158); }
H1.HeaderClassName
{
color: #9BA59E;
}
.AnyTagClassName
{
color: #9BA59E;
}
</style>
background-color css
<style>
a { background-color: #9BA59E; }
a { background-color: rgb(155,165,158); }
div.DivClassName
{
background-color: #9BA59E;
}
.BgClassName
{
background-color: #9BA59E;
}
</style>
border-color css
<style>
span { border-color: #9BA59E; }
span { border-color: rgb(155,165,158); }
td.TdClassName
{
border-color: #9BA59E;
}
.TagClassName
{
border-color: #9BA59E;
}
</style>