Shades of Edward #9BA99F
Tints of Edward #9BA99F
RGB
CMYK
RGB Variations
Color information
#9BA99F (or 0x9BA99F) is known color: Edward. HEX triplet: 9B, A9 and 9F. RGB value is (155,169,159). Sum of RGB (Red+Green+Blue) = 155+169+159=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA99F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA99F is #645660. Grayscale: #A3A3A3. Windows color (decimal): -6575713 or 10463643. OLE color: 10463643.
HSL color Cylindrical-coordinate representation of color #9BA99F: hue angle of 137.14º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9BA99F is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 169 | 159 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.34 |
| HSL | 137.14º | 0.08% | 0.64% | - |
| HSV(B) | 137.14º | 0.08% | 0.66% | - |
| XYZ | 33.96 | 37.85 | 38.32 | - |
| YUV | 163.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 159 | 0.08 | 0 | 0.06 | 0.34 | 137.14 | 0.08 | 0.64 |
| Hex | 9B | A9 | 9F | 8 | 0 | 6 | 22 | 89 | 8 | 40 |
| Octal | 233 | 251 | 237 | 10 | 0 | 6 | 42 | 211 | 10 | 100 |
| Binary | 10011011 | 10101001 | 10011111 | 1000 | 0 | 110 | 100010 | 10001001 | 1000 | 1000000 |
Color Harmonies of #9BA99F
Complementary color
Monochromatic Colors of #9BA99F
Black with #9BA99F
Text Example
Text Example
White with #9BA99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA99F; }
p { color: rgb(155,169,159); }
H1.HeaderClassName
{
color: #9BA99F;
}
.AnyTagClassName
{
color: #9BA99F;
}
</style>
background-color css
<style>
a { background-color: #9BA99F; }
a { background-color: rgb(155,169,159); }
div.DivClassName
{
background-color: #9BA99F;
}
.BgClassName
{
background-color: #9BA99F;
}
</style>
border-color css
<style>
span { border-color: #9BA99F; }
span { border-color: rgb(155,169,159); }
td.TdClassName
{
border-color: #9BA99F;
}
.TagClassName
{
border-color: #9BA99F;
}
</style>