Shades of Edward #9BA89C
Tints of Edward #9BA89C
RGB
CMYK
RGB Variations
Color information
#9BA89C (or 0x9BA89C) is known color: Edward. HEX triplet: 9B, A8 and 9C. RGB value is (155,168,156). Sum of RGB (Red+Green+Blue) = 155+168+156=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA89C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA89C is #645763. Grayscale: #A2A2A2. Windows color (decimal): -6575972 or 10266779. OLE color: 10266779.
HSL color Cylindrical-coordinate representation of color #9BA89C: hue angle of 124.62º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9BA89C is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 155 | 168 | 156 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.34 |
| HSL | 124.62º | 0.07% | 0.63% | - |
| HSV(B) | 124.62º | 0.08% | 0.66% | - |
| XYZ | 33.52 | 37.37 | 36.9 | - |
| YUV | 162.75 | 124.19 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 168 | 156 | 0.08 | 0 | 0.07 | 0.34 | 124.62 | 0.07 | 0.63 |
| Hex | 9B | A8 | 9C | 8 | 0 | 7 | 22 | 7D | 7 | 3F |
| Octal | 233 | 250 | 234 | 10 | 0 | 7 | 42 | 175 | 7 | 77 |
| Binary | 10011011 | 10101000 | 10011100 | 1000 | 0 | 111 | 100010 | 1111101 | 111 | 111111 |
Color Harmonies of #9BA89C
Complementary color
Monochromatic Colors of #9BA89C
Black with #9BA89C
Text Example
Text Example
White with #9BA89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA89C; }
p { color: rgb(155,168,156); }
H1.HeaderClassName
{
color: #9BA89C;
}
.AnyTagClassName
{
color: #9BA89C;
}
</style>
background-color css
<style>
a { background-color: #9BA89C; }
a { background-color: rgb(155,168,156); }
div.DivClassName
{
background-color: #9BA89C;
}
.BgClassName
{
background-color: #9BA89C;
}
</style>
border-color css
<style>
span { border-color: #9BA89C; }
span { border-color: rgb(155,168,156); }
td.TdClassName
{
border-color: #9BA89C;
}
.TagClassName
{
border-color: #9BA89C;
}
</style>