Html Css Color HEX #9EA18D Bud

📋 copy color: '#9EA18D'

red 158 ◦ green 161 ◦ blue 141

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

Shades of Bud #9EA18D

Tints of Bud #9EA18D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35%

 BLUE value IS 141 (55.47% from 255) = 30.65%

R = 34.35%
G = 35%
B = 30.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#9EA18D (or 0x9EA18D) is known color: Bud. HEX triplet: 9E, A1 and 8D. RGB value is (158,161,141). Sum of RGB (Red+Green+Blue) = 158+161+141=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 161 (63.28% from 255 or 35% from 460); Blue value is 141 (55.47% from 255 or 30.65% from 460); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA18D is #615E72. Grayscale: #9D9D9D. Windows color (decimal): -6381171 or 9281950. OLE color: 9281950.

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

Color convert

RGB 158 161 141 -
CMYK 0.02 0 0.12 0.37
HSL 69º 0.1% 0.59% -
HSV(B) 69º 0.12% 0.63% -
XYZ 31.65 34.68 30.23 -
YUV 157.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 158 161 141 0.02 0 0.12 0.37 69 0.1 0.59
Hex 9E A1 8D 2 0 C 25 45 A 3B
Octal 236 241 215 2 0 14 45 105 12 73
Binary 10011110 10100001 10001101 10 0 1100 100101 1000101 1010 111011

Color Harmonies of #9EA18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA18D

Black with #9EA18D

Text Example


Text Example

White with #9EA18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,161,141); }

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

background-color css

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

 a { background-color: rgb(158,161,141); }

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

border-color css

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

 span { border-color: rgb(158,161,141); }

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