Html Css Color HEX #9EA495 Delta

📋 copy color: '#9EA495'

red 158 ◦ green 164 ◦ blue 149

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

Shades of Delta #9EA495

Tints of Delta #9EA495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.63%

R = 33.55%
G = 34.82%
B = 31.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#9EA495 (or 0x9EA495) is known color: Delta. HEX triplet: 9E, A4 and 95. RGB value is (158,164,149). Sum of RGB (Red+Green+Blue) = 158+164+149=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA495 is #615B6A. Grayscale: #A0A0A0. Windows color (decimal): -6380395 or 9807006. OLE color: 9807006.

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

Color convert

RGB 158 164 149 -
CMYK 0.04 0 0.09 0.36
HSL 84º 0.08% 0.61% -
HSV(B) 84º 0.09% 0.64% -
XYZ 32.8 35.99 33.65 -
YUV 160.5 121.51 126.22 -
System Red Green Blue C M Y K H S L
Decimal 158 164 149 0.04 0 0.09 0.36 84 0.08 0.61
Hex 9E A4 95 4 0 9 24 54 8 3D
Octal 236 244 225 4 0 11 44 124 10 75
Binary 10011110 10100100 10010101 100 0 1001 100100 1010100 1000 111101

Color Harmonies of #9EA495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA495

Black with #9EA495

Text Example


Text Example

White with #9EA495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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