Shades of Edward #9BA89E
Tints of Edward #9BA89E
RGB
CMYK
RGB Variations
Color information
#9BA89E (or 0x9BA89E) is known color: Edward. HEX triplet: 9B, A8 and 9E. RGB value is (155,168,158). Sum of RGB (Red+Green+Blue) = 155+168+158=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 158 (62.11% from 255 or 32.85% from 481); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA89E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA89E is #645761. Grayscale: #A3A3A3. Windows color (decimal): -6575970 or 10397851. OLE color: 10397851.
HSL color Cylindrical-coordinate representation of color #9BA89E: hue angle of 133.85º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9BA89E is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 168 | 158 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.34 |
| HSL | 133.85º | 0.07% | 0.63% | - |
| HSV(B) | 133.85º | 0.08% | 0.66% | - |
| XYZ | 33.69 | 37.44 | 37.8 | - |
| YUV | 162.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 158 | 0.08 | 0 | 0.06 | 0.34 | 133.85 | 0.07 | 0.63 |
| Hex | 9B | A8 | 9E | 8 | 0 | 6 | 22 | 86 | 7 | 3F |
| Octal | 233 | 250 | 236 | 10 | 0 | 6 | 42 | 206 | 7 | 77 |
| Binary | 10011011 | 10101000 | 10011110 | 1000 | 0 | 110 | 100010 | 10000110 | 111 | 111111 |
Color Harmonies of #9BA89E
Complementary color
Monochromatic Colors of #9BA89E
Black with #9BA89E
Text Example
Text Example
White with #9BA89E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA89E; }
p { color: rgb(155,168,158); }
H1.HeaderClassName
{
color: #9BA89E;
}
.AnyTagClassName
{
color: #9BA89E;
}
</style>
background-color css
<style>
a { background-color: #9BA89E; }
a { background-color: rgb(155,168,158); }
div.DivClassName
{
background-color: #9BA89E;
}
.BgClassName
{
background-color: #9BA89E;
}
</style>
border-color css
<style>
span { border-color: #9BA89E; }
span { border-color: rgb(155,168,158); }
td.TdClassName
{
border-color: #9BA89E;
}
.TagClassName
{
border-color: #9BA89E;
}
</style>