Html Css Color HEX #9EA392 Delta

📋 copy color: '#9EA392'

red 158 ◦ green 163 ◦ blue 146

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

Shades of Delta #9EA392

Tints of Delta #9EA392

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.9%

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

R = 33.83%
G = 34.9%
B = 31.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#9EA392 (or 0x9EA392) is known color: Delta. HEX triplet: 9E, A3 and 92. RGB value is (158,163,146). Sum of RGB (Red+Green+Blue) = 158+163+146=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 163 - color contains mainly: green. Hex color #9EA392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA392 is #615C6D. Grayscale: #9F9F9F. Windows color (decimal): -6380654 or 9610142. OLE color: 9610142.

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

Color convert

RGB 158 163 146 -
CMYK 0.03 0 0.10 0.36
HSL 77.65º 0.08% 0.61% -
HSV(B) 77.65º 0.1% 0.64% -
XYZ 32.39 35.54 32.35 -
YUV 159.57 120.34 126.88 -
System Red Green Blue C M Y K H S L
Decimal 158 163 146 0.03 0 0.10 0.36 77.65 0.08 0.61
Hex 9E A3 92 3 0 A 24 4E 8 3D
Octal 236 243 222 3 0 12 44 116 10 75
Binary 10011110 10100011 10010010 11 0 1010 100100 1001110 1000 111101

Color Harmonies of #9EA392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA392

Black with #9EA392

Text Example


Text Example

White with #9EA392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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