Shades of Edward #9BA29D
Tints of Edward #9BA29D
RGB
CMYK
RGB Variations
Color information
#9BA29D (or 0x9BA29D) is known color: Edward. HEX triplet: 9B, A2 and 9D. RGB value is (155,162,157). Sum of RGB (Red+Green+Blue) = 155+162+157=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA29D is #645D62. Grayscale: #9F9F9F. Windows color (decimal): -6577507 or 10330779. OLE color: 10330779.
HSL color Cylindrical-coordinate representation of color #9BA29D: hue angle of 137.14º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9BA29D is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 155 | 162 | 157 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.36 |
| HSL | 137.14º | 0.04% | 0.62% | - |
| HSV(B) | 137.14º | 0.04% | 0.64% | - |
| XYZ | 32.52 | 35.24 | 36.99 | - |
| YUV | 159.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 162 | 157 | 0.04 | 0 | 0.03 | 0.36 | 137.14 | 0.04 | 0.62 |
| Hex | 9B | A2 | 9D | 4 | 0 | 3 | 24 | 89 | 4 | 3E |
| Octal | 233 | 242 | 235 | 4 | 0 | 3 | 44 | 211 | 4 | 76 |
| Binary | 10011011 | 10100010 | 10011101 | 100 | 0 | 11 | 100100 | 10001001 | 100 | 111110 |
Color Harmonies of #9BA29D
Complementary color
Monochromatic Colors of #9BA29D
Black with #9BA29D
Text Example
Text Example
White with #9BA29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA29D; }
p { color: rgb(155,162,157); }
H1.HeaderClassName
{
color: #9BA29D;
}
.AnyTagClassName
{
color: #9BA29D;
}
</style>
background-color css
<style>
a { background-color: #9BA29D; }
a { background-color: rgb(155,162,157); }
div.DivClassName
{
background-color: #9BA29D;
}
.BgClassName
{
background-color: #9BA29D;
}
</style>
border-color css
<style>
span { border-color: #9BA29D; }
span { border-color: rgb(155,162,157); }
td.TdClassName
{
border-color: #9BA29D;
}
.TagClassName
{
border-color: #9BA29D;
}
</style>