Html Css Color HEX #9EA294 Delta

📋 copy color: '#9EA294'

red 158 ◦ green 162 ◦ blue 148

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

Shades of Delta #9EA294

Tints of Delta #9EA294

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.62%

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

R = 33.76%
G = 34.62%
B = 31.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#9EA294 (or 0x9EA294) is known color: Delta. HEX triplet: 9E, A2 and 94. RGB value is (158,162,148). Sum of RGB (Red+Green+Blue) = 158+162+148=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA294 is #615D6B. Grayscale: #9F9F9F. Windows color (decimal): -6380908 or 9740958. OLE color: 9740958.

HSL color Cylindrical-coordinate representation of color #9EA294: hue angle of 77.14º degrees, saturation: 0.07, 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 #9EA294 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 158 162 148 -
CMYK 0.02 0 0.09 0.36
HSL 77.14º 0.07% 0.61% -
HSV(B) 77.14º 0.09% 0.64% -
XYZ 32.37 35.25 33.11 -
YUV 159.21 121.67 127.14 -
System Red Green Blue C M Y K H S L
Decimal 158 162 148 0.02 0 0.09 0.36 77.14 0.07 0.61
Hex 9E A2 94 2 0 9 24 4D 7 3D
Octal 236 242 224 2 0 11 44 115 7 75
Binary 10011110 10100010 10010100 10 0 1001 100100 1001101 111 111101

Color Harmonies of #9EA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA294

Black with #9EA294

Text Example


Text Example

White with #9EA294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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