Shades of Edward #9BA79D
Tints of Edward #9BA79D
RGB
CMYK
RGB Variations
Color information
#9BA79D (or 0x9BA79D) is known color: Edward. HEX triplet: 9B, A7 and 9D. RGB value is (155,167,157). Sum of RGB (Red+Green+Blue) = 155+167+157=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 167 (65.62% from 255 or 34.86% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA79D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA79D is #645862. Grayscale: #A2A2A2. Windows color (decimal): -6576227 or 10332059. OLE color: 10332059.
HSL color Cylindrical-coordinate representation of color #9BA79D: hue angle of 130º degrees, saturation: 0.06, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9BA79D is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 155 | 167 | 157 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.35 |
| HSL | 130º | 0.06% | 0.63% | - |
| HSV(B) | 130º | 0.07% | 0.65% | - |
| XYZ | 33.42 | 37.04 | 37.29 | - |
| YUV | 162.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 167 | 157 | 0.07 | 0 | 0.06 | 0.35 | 130 | 0.06 | 0.63 |
| Hex | 9B | A7 | 9D | 7 | 0 | 6 | 23 | 82 | 6 | 3F |
| Octal | 233 | 247 | 235 | 7 | 0 | 6 | 43 | 202 | 6 | 77 |
| Binary | 10011011 | 10100111 | 10011101 | 111 | 0 | 110 | 100011 | 10000010 | 110 | 111111 |
Color Harmonies of #9BA79D
Complementary color
Monochromatic Colors of #9BA79D
Black with #9BA79D
Text Example
Text Example
White with #9BA79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA79D; }
p { color: rgb(155,167,157); }
H1.HeaderClassName
{
color: #9BA79D;
}
.AnyTagClassName
{
color: #9BA79D;
}
</style>
background-color css
<style>
a { background-color: #9BA79D; }
a { background-color: rgb(155,167,157); }
div.DivClassName
{
background-color: #9BA79D;
}
.BgClassName
{
background-color: #9BA79D;
}
</style>
border-color css
<style>
span { border-color: #9BA79D; }
span { border-color: rgb(155,167,157); }
td.TdClassName
{
border-color: #9BA79D;
}
.TagClassName
{
border-color: #9BA79D;
}
</style>