Shades of Bud #9EA787
Tints of Bud #9EA787
RGB
CMYK
RGB Variations
Color information
#9EA787 (or 0x9EA787) is known color: Bud. HEX triplet: 9E, A7 and 87. RGB value is (158,167,135). Sum of RGB (Red+Green+Blue) = 158+167+135=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA787 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA787 is #615878. Grayscale: #A0A0A0. Windows color (decimal): -6379641 or 8890270. OLE color: 8890270.
HSL color Cylindrical-coordinate representation of color #9EA787: hue angle of 76.88º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EA787 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 167 | 135 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.35 |
| HSL | 76.88º | 0.15% | 0.59% | - |
| HSV(B) | 76.88º | 0.19% | 0.65% | - |
| XYZ | 32.29 | 36.66 | 28.29 | - |
| YUV | 160.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 167 | 135 | 0.05 | 0 | 0.19 | 0.35 | 76.88 | 0.15 | 0.59 |
| Hex | 9E | A7 | 87 | 5 | 0 | 13 | 23 | 4D | F | 3B |
| Octal | 236 | 247 | 207 | 5 | 0 | 23 | 43 | 115 | 17 | 73 |
| Binary | 10011110 | 10100111 | 10000111 | 101 | 0 | 10011 | 100011 | 1001101 | 1111 | 111011 |
Color Harmonies of #9EA787
Complementary color
Monochromatic Colors of #9EA787
Black with #9EA787
Text Example
Text Example
White with #9EA787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA787; }
p { color: rgb(158,167,135); }
H1.HeaderClassName
{
color: #9EA787;
}
.AnyTagClassName
{
color: #9EA787;
}
</style>
background-color css
<style>
a { background-color: #9EA787; }
a { background-color: rgb(158,167,135); }
div.DivClassName
{
background-color: #9EA787;
}
.BgClassName
{
background-color: #9EA787;
}
</style>
border-color css
<style>
span { border-color: #9EA787; }
span { border-color: rgb(158,167,135); }
td.TdClassName
{
border-color: #9EA787;
}
.TagClassName
{
border-color: #9EA787;
}
</style>