Html Css Color HEX #9EA687 Bud

📋 copy color: '#9EA687'

red 158 ◦ green 166 ◦ blue 135

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

Shades of Bud #9EA687

Tints of Bud #9EA687

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.17%

 BLUE value IS 135 (53.13% from 255) = 29.41%

R = 34.42%
G = 36.17%
B = 29.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#9EA687 (or 0x9EA687) is known color: Bud. HEX triplet: 9E, A6 and 87. RGB value is (158,166,135). Sum of RGB (Red+Green+Blue) = 158+166+135=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 166 - color contains mainly: green. Hex color #9EA687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA687 is #615978. Grayscale: #A0A0A0. Windows color (decimal): -6379897 or 8890014. OLE color: 8890014.

HSL color Cylindrical-coordinate representation of color #9EA687: hue angle of 75.48º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EA687 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 158 166 135 -
CMYK 0.05 0 0.19 0.35
HSL 75.48º 0.15% 0.59% -
HSV(B) 75.48º 0.19% 0.65% -
XYZ 32.11 36.29 28.23 -
YUV 160.07 113.85 126.52 -
System Red Green Blue C M Y K H S L
Decimal 158 166 135 0.05 0 0.19 0.35 75.48 0.15 0.59
Hex 9E A6 87 5 0 13 23 4B F 3B
Octal 236 246 207 5 0 23 43 113 17 73
Binary 10011110 10100110 10000111 101 0 10011 100011 1001011 1111 111011

Color Harmonies of #9EA687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA687

Black with #9EA687

Text Example


Text Example

White with #9EA687

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,166,135); }

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

background-color css

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

 a { background-color: rgb(158,166,135); }

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

border-color css

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

 span { border-color: rgb(158,166,135); }

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