Html Css Color HEX #9EA19C Delta

📋 copy color: '#9EA19C'

red 158 ◦ green 161 ◦ blue 156

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

Shades of Delta #9EA19C

Tints of Delta #9EA19C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.89%

 BLUE value IS 156 (61.33% from 255) = 32.84%

R = 33.26%
G = 33.89%
B = 32.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#9EA19C (or 0x9EA19C) is known color: Delta. HEX triplet: 9E, A1 and 9C. RGB value is (158,161,156). Sum of RGB (Red+Green+Blue) = 158+161+156=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA19C is #615E63. Grayscale: #9F9F9F. Windows color (decimal): -6381156 or 10264990. OLE color: 10264990.

HSL color Cylindrical-coordinate representation of color #9EA19C: hue angle of 96º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9EA19C is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB 158 161 156 -
CMYK 0.02 0 0.03 0.37
HSL 96º 0.03% 0.62% -
HSV(B) 96º 0.03% 0.63% -
XYZ 32.85 35.16 36.51 -
YUV 159.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 158 161 156 0.02 0 0.03 0.37 96 0.03 0.62
Hex 9E A1 9C 2 0 3 25 60 3 3E
Octal 236 241 234 2 0 3 45 140 3 76
Binary 10011110 10100001 10011100 10 0 11 100101 1100000 11 111110

Color Harmonies of #9EA19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA19C

Black with #9EA19C

Text Example


Text Example

White with #9EA19C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,161,156); }

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

background-color css

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

 a { background-color: rgb(158,161,156); }

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

border-color css

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

 span { border-color: rgb(158,161,156); }

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