Html Css Color HEX #9EA493 Delta

📋 copy color: '#9EA493'

red 158 ◦ green 164 ◦ blue 147

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

Shades of Delta #9EA493

Tints of Delta #9EA493

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.97%

 BLUE value IS 147 (57.81% from 255) = 31.34%

R = 33.69%
G = 34.97%
B = 31.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#9EA493 (or 0x9EA493) is known color: Delta. HEX triplet: 9E, A4 and 93. RGB value is (158,164,147). Sum of RGB (Red+Green+Blue) = 158+164+147=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA493 is #615B6C. Grayscale: #A0A0A0. Windows color (decimal): -6380397 or 9675934. OLE color: 9675934.

HSL color Cylindrical-coordinate representation of color #9EA493: hue angle of 81.18º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9EA493 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 158 164 147 -
CMYK 0.04 0 0.10 0.36
HSL 81.18º 0.09% 0.61% -
HSV(B) 81.18º 0.1% 0.64% -
XYZ 32.64 35.93 32.82 -
YUV 160.27 120.51 126.38 -
System Red Green Blue C M Y K H S L
Decimal 158 164 147 0.04 0 0.10 0.36 81.18 0.09 0.61
Hex 9E A4 93 4 0 A 24 51 9 3D
Octal 236 244 223 4 0 12 44 121 11 75
Binary 10011110 10100100 10010011 100 0 1010 100100 1010001 1001 111101

Color Harmonies of #9EA493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA493

Black with #9EA493

Text Example


Text Example

White with #9EA493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,164,147); }

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

background-color css

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

 a { background-color: rgb(158,164,147); }

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

border-color css

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

 span { border-color: rgb(158,164,147); }

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