Shades of Bud #9EA58A
Tints of Bud #9EA58A
RGB
CMYK
RGB Variations
Color information
#9EA58A (or 0x9EA58A) is known color: Bud. HEX triplet: 9E, A5 and 8A. RGB value is (158,165,138). Sum of RGB (Red+Green+Blue) = 158+165+138=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA58A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA58A is #615A75. Grayscale: #9F9F9F. Windows color (decimal): -6380150 or 9086366. OLE color: 9086366.
HSL color Cylindrical-coordinate representation of color #9EA58A: hue angle of 75.56º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EA58A is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 165 | 138 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.35 |
| HSL | 75.56º | 0.13% | 0.59% | - |
| HSV(B) | 75.56º | 0.16% | 0.65% | - |
| XYZ | 32.14 | 36.01 | 29.3 | - |
| YUV | 159.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 165 | 138 | 0.04 | 0 | 0.16 | 0.35 | 75.56 | 0.13 | 0.59 |
| Hex | 9E | A5 | 8A | 4 | 0 | 10 | 23 | 4C | D | 3B |
| Octal | 236 | 245 | 212 | 4 | 0 | 20 | 43 | 114 | 15 | 73 |
| Binary | 10011110 | 10100101 | 10001010 | 100 | 0 | 10000 | 100011 | 1001100 | 1101 | 111011 |
Color Harmonies of #9EA58A
Complementary color
Monochromatic Colors of #9EA58A
Black with #9EA58A
Text Example
Text Example
White with #9EA58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA58A; }
p { color: rgb(158,165,138); }
H1.HeaderClassName
{
color: #9EA58A;
}
.AnyTagClassName
{
color: #9EA58A;
}
</style>
background-color css
<style>
a { background-color: #9EA58A; }
a { background-color: rgb(158,165,138); }
div.DivClassName
{
background-color: #9EA58A;
}
.BgClassName
{
background-color: #9EA58A;
}
</style>
border-color css
<style>
span { border-color: #9EA58A; }
span { border-color: rgb(158,165,138); }
td.TdClassName
{
border-color: #9EA58A;
}
.TagClassName
{
border-color: #9EA58A;
}
</style>