Html Css Color HEX #9EA794 Delta

📋 copy color: '#9EA794'

red 158 ◦ green 167 ◦ blue 148

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

Shades of Delta #9EA794

Tints of Delta #9EA794

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.31%

 BLUE value IS 148 (58.2% from 255) = 31.29%

R = 33.4%
G = 35.31%
B = 31.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#9EA794 (or 0x9EA794) is known color: Delta. HEX triplet: 9E, A7 and 94. RGB value is (158,167,148). Sum of RGB (Red+Green+Blue) = 158+167+148=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 167 - color contains mainly: green. Hex color #9EA794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA794 is #61586B. Grayscale: #A2A2A2. Windows color (decimal): -6379628 or 9742238. OLE color: 9742238.

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

Color convert

RGB 158 167 148 -
CMYK 0.05 0 0.11 0.35
HSL 88.42º 0.1% 0.62% -
HSV(B) 88.42º 0.11% 0.65% -
XYZ 33.26 37.04 33.41 -
YUV 162.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 158 167 148 0.05 0 0.11 0.35 88.42 0.1 0.62
Hex 9E A7 94 5 0 B 23 58 A 3E
Octal 236 247 224 5 0 13 43 130 12 76
Binary 10011110 10100111 10010100 101 0 1011 100011 1011000 1010 111110

Color Harmonies of #9EA794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA794

Black with #9EA794

Text Example


Text Example

White with #9EA794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,167,148); }

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

background-color css

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

 a { background-color: rgb(158,167,148); }

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

border-color css

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

 span { border-color: rgb(158,167,148); }

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