Shades of Edward #9BB29E
Tints of Edward #9BB29E
RGB
CMYK
RGB Variations
Color information
#9BB29E (or 0x9BB29E) is known color: Edward. HEX triplet: 9B, B2 and 9E. RGB value is (155,178,158). Sum of RGB (Red+Green+Blue) = 155+178+158=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB29E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB29E is #644D61. Grayscale: #A8A8A8. Windows color (decimal): -6573410 or 10400411. OLE color: 10400411.
HSL color Cylindrical-coordinate representation of color #9BB29E: hue angle of 127.83º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9BB29E is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 178 | 158 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.30 |
| HSL | 127.83º | 0.13% | 0.65% | - |
| HSV(B) | 127.83º | 0.13% | 0.7% | - |
| XYZ | 35.61 | 41.28 | 38.44 | - |
| YUV | 168.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 178 | 158 | 0.13 | 0 | 0.11 | 0.30 | 127.83 | 0.13 | 0.65 |
| Hex | 9B | B2 | 9E | D | 0 | B | 1E | 80 | D | 41 |
| Octal | 233 | 262 | 236 | 15 | 0 | 13 | 36 | 200 | 15 | 101 |
| Binary | 10011011 | 10110010 | 10011110 | 1101 | 0 | 1011 | 11110 | 10000000 | 1101 | 1000001 |
Color Harmonies of #9BB29E
Complementary color
Monochromatic Colors of #9BB29E
Black with #9BB29E
Text Example
Text Example
White with #9BB29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB29E; }
p { color: rgb(155,178,158); }
H1.HeaderClassName
{
color: #9BB29E;
}
.AnyTagClassName
{
color: #9BB29E;
}
</style>
background-color css
<style>
a { background-color: #9BB29E; }
a { background-color: rgb(155,178,158); }
div.DivClassName
{
background-color: #9BB29E;
}
.BgClassName
{
background-color: #9BB29E;
}
</style>
border-color css
<style>
span { border-color: #9BB29E; }
span { border-color: rgb(155,178,158); }
td.TdClassName
{
border-color: #9BB29E;
}
.TagClassName
{
border-color: #9BB29E;
}
</style>