Html Css Color HEX #9EA28E Bud

📋 copy color: '#9EA28E'

red 158 ◦ green 162 ◦ blue 142

#9EA28E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bud #9EA28E

Tints of Bud #9EA28E

RGB

 RED value IS 158 (62.11% from 255) = 34.2%

 GREEN value IS 162 (63.67% from 255) = 35.06%

 BLUE value IS 142 (55.86% from 255) = 30.74%

R = 34.2%
G = 35.06%
B = 30.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9EA28E (or 0x9EA28E) is known color: Bud. HEX triplet: 9E, A2 and 8E. RGB value is (158,162,142). Sum of RGB (Red+Green+Blue) = 158+162+142=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA28E is #615D71. Grayscale: #9E9E9E. Windows color (decimal): -6380914 or 9347742. OLE color: 9347742.

HSL color Cylindrical-coordinate representation of color #9EA28E: hue angle of 72º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9EA28E is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 158 162 142 -
CMYK 0.02 0 0.12 0.36
HSL 72º 0.1% 0.6% -
HSV(B) 72º 0.12% 0.64% -
XYZ 31.9 35.06 30.68 -
YUV 158.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 158 162 142 0.02 0 0.12 0.36 72 0.1 0.6
Hex 9E A2 8E 2 0 C 24 48 A 3C
Octal 236 242 216 2 0 14 44 110 12 74
Binary 10011110 10100010 10001110 10 0 1100 100100 1001000 1010 111100

Color Harmonies of #9EA28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA28E

Black with #9EA28E

Text Example


Text Example

White with #9EA28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EA28E; }

 p { color: rgb(158,162,142); }

 H1.HeaderClassName
 {
   color: #9EA28E;
 }
 .AnyTagClassName
 {
   color: #9EA28E;
 }
</style>

background-color css

<style>
 a { background-color: #9EA28E; }

 a { background-color: rgb(158,162,142); }

 div.DivClassName
 {
   background-color: #9EA28E;
 }
 .BgClassName
 {
   background-color: #9EA28E;
 }
</style>

border-color css

<style>
 span { border-color: #9EA28E; }

 span { border-color: rgb(158,162,142); }

 td.TdClassName
 {
   border-color: #9EA28E;
 }
 .TagClassName
 {
   border-color: #9EA28E;
 }
</style>