Shades of Bud #9EA887
Tints of Bud #9EA887
RGB
CMYK
RGB Variations
Color information
#9EA887 (or 0x9EA887) is known color: Bud. HEX triplet: 9E, A8 and 87. RGB value is (158,168,135). Sum of RGB (Red+Green+Blue) = 158+168+135=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 168 (66.02% from 255 or 36.44% from 461); Blue value is 135 (53.12% from 255 or 29.28% from 461); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA887 is #615778. Grayscale: #A1A1A1. Windows color (decimal): -6379385 or 8890526. OLE color: 8890526.
HSL color Cylindrical-coordinate representation of color #9EA887: hue angle of 78.18º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9EA887 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 158 | 168 | 135 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.34 |
| HSL | 78.18º | 0.16% | 0.59% | - |
| HSV(B) | 78.18º | 0.2% | 0.66% | - |
| XYZ | 32.48 | 37.02 | 28.36 | - |
| YUV | 161.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 168 | 135 | 0.06 | 0 | 0.20 | 0.34 | 78.18 | 0.16 | 0.59 |
| Hex | 9E | A8 | 87 | 6 | 0 | 14 | 22 | 4E | 10 | 3B |
| Octal | 236 | 250 | 207 | 6 | 0 | 24 | 42 | 116 | 20 | 73 |
| Binary | 10011110 | 10101000 | 10000111 | 110 | 0 | 10100 | 100010 | 1001110 | 10000 | 111011 |
Color Harmonies of #9EA887
Complementary color
Monochromatic Colors of #9EA887
Black with #9EA887
Text Example
Text Example
White with #9EA887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA887; }
p { color: rgb(158,168,135); }
H1.HeaderClassName
{
color: #9EA887;
}
.AnyTagClassName
{
color: #9EA887;
}
</style>
background-color css
<style>
a { background-color: #9EA887; }
a { background-color: rgb(158,168,135); }
div.DivClassName
{
background-color: #9EA887;
}
.BgClassName
{
background-color: #9EA887;
}
</style>
border-color css
<style>
span { border-color: #9EA887; }
span { border-color: rgb(158,168,135); }
td.TdClassName
{
border-color: #9EA887;
}
.TagClassName
{
border-color: #9EA887;
}
</style>