Shades of Edward #9BB29D
Tints of Edward #9BB29D
RGB
CMYK
RGB Variations
Color information
#9BB29D (or 0x9BB29D) is known color: Edward. HEX triplet: 9B, B2 and 9D. RGB value is (155,178,157). Sum of RGB (Red+Green+Blue) = 155+178+157=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 178 (69.92% from 255 or 36.33% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 178 - color contains mainly: green. Hex color #9BB29D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BB29D is #644D62. Grayscale: #A8A8A8. Windows color (decimal): -6573411 or 10334875. OLE color: 10334875.
HSL color Cylindrical-coordinate representation of color #9BB29D: hue angle of 125.22º 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 #9BB29D is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 178 | 157 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.30 |
| HSL | 125.22º | 0.13% | 0.65% | - |
| HSV(B) | 125.22º | 0.13% | 0.7% | - |
| XYZ | 35.52 | 41.24 | 37.99 | - |
| YUV | 168.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 178 | 157 | 0.13 | 0 | 0.12 | 0.30 | 125.22 | 0.13 | 0.65 |
| Hex | 9B | B2 | 9D | D | 0 | C | 1E | 7D | D | 41 |
| Octal | 233 | 262 | 235 | 15 | 0 | 14 | 36 | 175 | 15 | 101 |
| Binary | 10011011 | 10110010 | 10011101 | 1101 | 0 | 1100 | 11110 | 1111101 | 1101 | 1000001 |
Color Harmonies of #9BB29D
Complementary color
Monochromatic Colors of #9BB29D
Black with #9BB29D
Text Example
Text Example
White with #9BB29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB29D; }
p { color: rgb(155,178,157); }
H1.HeaderClassName
{
color: #9BB29D;
}
.AnyTagClassName
{
color: #9BB29D;
}
</style>
background-color css
<style>
a { background-color: #9BB29D; }
a { background-color: rgb(155,178,157); }
div.DivClassName
{
background-color: #9BB29D;
}
.BgClassName
{
background-color: #9BB29D;
}
</style>
border-color css
<style>
span { border-color: #9BB29D; }
span { border-color: rgb(155,178,157); }
td.TdClassName
{
border-color: #9BB29D;
}
.TagClassName
{
border-color: #9BB29D;
}
</style>