Shades of Edward #9BB49F
Tints of Edward #9BB49F
RGB
CMYK
RGB Variations
Color information
#9BB49F (or 0x9BB49F) is known color: Edward. HEX triplet: 9B, B4 and 9F. RGB value is (155,180,159). Sum of RGB (Red+Green+Blue) = 155+180+159=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB49F is #644B60. Grayscale: #AAAAAA. Windows color (decimal): -6572897 or 10466459. OLE color: 10466459.
HSL color Cylindrical-coordinate representation of color #9BB49F: hue angle of 129.6º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BB49F is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 180 | 159 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.29 |
| HSL | 129.6º | 0.14% | 0.66% | - |
| HSV(B) | 129.6º | 0.14% | 0.71% | - |
| XYZ | 36.1 | 42.11 | 39.03 | - |
| YUV | 170.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 180 | 159 | 0.14 | 0 | 0.12 | 0.29 | 129.6 | 0.14 | 0.66 |
| Hex | 9B | B4 | 9F | E | 0 | C | 1D | 82 | E | 42 |
| Octal | 233 | 264 | 237 | 16 | 0 | 14 | 35 | 202 | 16 | 102 |
| Binary | 10011011 | 10110100 | 10011111 | 1110 | 0 | 1100 | 11101 | 10000010 | 1110 | 1000010 |
Color Harmonies of #9BB49F
Complementary color
Monochromatic Colors of #9BB49F
Black with #9BB49F
Text Example
Text Example
White with #9BB49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB49F; }
p { color: rgb(155,180,159); }
H1.HeaderClassName
{
color: #9BB49F;
}
.AnyTagClassName
{
color: #9BB49F;
}
</style>
background-color css
<style>
a { background-color: #9BB49F; }
a { background-color: rgb(155,180,159); }
div.DivClassName
{
background-color: #9BB49F;
}
.BgClassName
{
background-color: #9BB49F;
}
</style>
border-color css
<style>
span { border-color: #9BB49F; }
span { border-color: rgb(155,180,159); }
td.TdClassName
{
border-color: #9BB49F;
}
.TagClassName
{
border-color: #9BB49F;
}
</style>