Shades of Bud #9EA587
Tints of Bud #9EA587
RGB
CMYK
RGB Variations
Color information
#9EA587 (or 0x9EA587) is known color: Bud. HEX triplet: 9E, A5 and 87. RGB value is (158,165,135). Sum of RGB (Red+Green+Blue) = 158+165+135=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 135 (53.12% from 255 or 29.48% from 458); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA587 is #615A78. Grayscale: #9F9F9F. Windows color (decimal): -6380153 or 8889758. OLE color: 8889758.
HSL color Cylindrical-coordinate representation of color #9EA587: hue angle of 74º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9EA587 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 165 | 135 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.35 |
| HSL | 74º | 0.14% | 0.59% | - |
| HSV(B) | 74º | 0.18% | 0.65% | - |
| XYZ | 31.93 | 35.93 | 28.17 | - |
| YUV | 159.49 | 114.18 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 165 | 135 | 0.04 | 0 | 0.18 | 0.35 | 74 | 0.14 | 0.59 |
| Hex | 9E | A5 | 87 | 4 | 0 | 12 | 23 | 4A | E | 3B |
| Octal | 236 | 245 | 207 | 4 | 0 | 22 | 43 | 112 | 16 | 73 |
| Binary | 10011110 | 10100101 | 10000111 | 100 | 0 | 10010 | 100011 | 1001010 | 1110 | 111011 |
Color Harmonies of #9EA587
Complementary color
Monochromatic Colors of #9EA587
Black with #9EA587
Text Example
Text Example
White with #9EA587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA587; }
p { color: rgb(158,165,135); }
H1.HeaderClassName
{
color: #9EA587;
}
.AnyTagClassName
{
color: #9EA587;
}
</style>
background-color css
<style>
a { background-color: #9EA587; }
a { background-color: rgb(158,165,135); }
div.DivClassName
{
background-color: #9EA587;
}
.BgClassName
{
background-color: #9EA587;
}
</style>
border-color css
<style>
span { border-color: #9EA587; }
span { border-color: rgb(158,165,135); }
td.TdClassName
{
border-color: #9EA587;
}
.TagClassName
{
border-color: #9EA587;
}
</style>