Html Css Color HEX #9EA496 Delta

📋 copy color: '#9EA496'

red 158 ◦ green 164 ◦ blue 150

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

Shades of Delta #9EA496

Tints of Delta #9EA496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.78%

R = 33.47%
G = 34.75%
B = 31.78%

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

#9EA496 (or 0x9EA496) is known color: Delta. HEX triplet: 9E, A4 and 96. RGB value is (158,164,150). Sum of RGB (Red+Green+Blue) = 158+164+150=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA496 is #615B69. Grayscale: #A0A0A0. Windows color (decimal): -6380394 or 9872542. OLE color: 9872542.

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

Color convert

RGB 158 164 150 -
CMYK 0.04 0 0.09 0.36
HSL 85.71º 0.07% 0.62% -
HSV(B) 85.71º 0.09% 0.64% -
XYZ 32.88 36.02 34.07 -
YUV 160.61 122.01 126.14 -
System Red Green Blue C M Y K H S L
Decimal 158 164 150 0.04 0 0.09 0.36 85.71 0.07 0.62
Hex 9E A4 96 4 0 9 24 56 7 3E
Octal 236 244 226 4 0 11 44 126 7 76
Binary 10011110 10100100 10010110 100 0 1001 100100 1010110 111 111110

Color Harmonies of #9EA496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA496

Black with #9EA496

Text Example


Text Example

White with #9EA496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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