Html Css Color HEX #9EA292 Delta

📋 copy color: '#9EA292'

red 158 ◦ green 162 ◦ blue 146

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

Shades of Delta #9EA292

Tints of Delta #9EA292

RGB

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

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

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

R = 33.91%
G = 34.76%
B = 31.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#9EA292 (or 0x9EA292) is known color: Delta. HEX triplet: 9E, A2 and 92. RGB value is (158,162,146). Sum of RGB (Red+Green+Blue) = 158+162+146=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 162 (63.67% from 255 or 34.76% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA292 is #615D6D. Grayscale: #9F9F9F. Windows color (decimal): -6380910 or 9609886. OLE color: 9609886.

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

Color convert

RGB 158 162 146 -
CMYK 0.02 0 0.10 0.36
HSL 75º 0.08% 0.6% -
HSV(B) 75º 0.1% 0.64% -
XYZ 32.21 35.19 32.29 -
YUV 158.98 120.67 127.3 -
System Red Green Blue C M Y K H S L
Decimal 158 162 146 0.02 0 0.10 0.36 75 0.08 0.6
Hex 9E A2 92 2 0 A 24 4B 8 3C
Octal 236 242 222 2 0 12 44 113 10 74
Binary 10011110 10100010 10010010 10 0 1010 100100 1001011 1000 111100

Color Harmonies of #9EA292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA292

Black with #9EA292

Text Example


Text Example

White with #9EA292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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