Html Css Color HEX #9EA492 Delta

📋 copy color: '#9EA492'

red 158 ◦ green 164 ◦ blue 146

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

Shades of Delta #9EA492

Tints of Delta #9EA492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.2%

R = 33.76%
G = 35.04%
B = 31.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#9EA492 (or 0x9EA492) is known color: Delta. HEX triplet: 9E, A4 and 92. RGB value is (158,164,146). Sum of RGB (Red+Green+Blue) = 158+164+146=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA492 is #615B6D. Grayscale: #A0A0A0. Windows color (decimal): -6380398 or 9610398. OLE color: 9610398.

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

Color convert

RGB 158 164 146 -
CMYK 0.04 0 0.11 0.36
HSL 80º 0.09% 0.61% -
HSV(B) 80º 0.11% 0.64% -
XYZ 32.56 35.9 32.41 -
YUV 160.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 158 164 146 0.04 0 0.11 0.36 80 0.09 0.61
Hex 9E A4 92 4 0 B 24 50 9 3D
Octal 236 244 222 4 0 13 44 120 11 75
Binary 10011110 10100100 10010010 100 0 1011 100100 1010000 1001 111101

Color Harmonies of #9EA492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA492

Black with #9EA492

Text Example


Text Example

White with #9EA492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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