Shades of Bud #9EA589
Tints of Bud #9EA589
RGB
CMYK
RGB Variations
Color information
#9EA589 (or 0x9EA589) is known color: Bud. HEX triplet: 9E, A5 and 89. RGB value is (158,165,137). Sum of RGB (Red+Green+Blue) = 158+165+137=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA589 is #615A76. Grayscale: #9F9F9F. Windows color (decimal): -6380151 or 9020830. OLE color: 9020830.
HSL color Cylindrical-coordinate representation of color #9EA589: hue angle of 75º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EA589 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 165 | 137 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.35 |
| HSL | 75º | 0.13% | 0.59% | - |
| HSV(B) | 75º | 0.17% | 0.65% | - |
| XYZ | 32.07 | 35.99 | 28.92 | - |
| YUV | 159.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 165 | 137 | 0.04 | 0 | 0.17 | 0.35 | 75 | 0.13 | 0.59 |
| Hex | 9E | A5 | 89 | 4 | 0 | 11 | 23 | 4B | D | 3B |
| Octal | 236 | 245 | 211 | 4 | 0 | 21 | 43 | 113 | 15 | 73 |
| Binary | 10011110 | 10100101 | 10001001 | 100 | 0 | 10001 | 100011 | 1001011 | 1101 | 111011 |
Color Harmonies of #9EA589
Complementary color
Monochromatic Colors of #9EA589
Black with #9EA589
Text Example
Text Example
White with #9EA589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA589; }
p { color: rgb(158,165,137); }
H1.HeaderClassName
{
color: #9EA589;
}
.AnyTagClassName
{
color: #9EA589;
}
</style>
background-color css
<style>
a { background-color: #9EA589; }
a { background-color: rgb(158,165,137); }
div.DivClassName
{
background-color: #9EA589;
}
.BgClassName
{
background-color: #9EA589;
}
</style>
border-color css
<style>
span { border-color: #9EA589; }
span { border-color: rgb(158,165,137); }
td.TdClassName
{
border-color: #9EA589;
}
.TagClassName
{
border-color: #9EA589;
}
</style>