Html Css Color HEX #9EA195 Delta

📋 copy color: '#9EA195'

red 158 ◦ green 161 ◦ blue 149

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

Shades of Delta #9EA195

Tints of Delta #9EA195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.84%

R = 33.76%
G = 34.4%
B = 31.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#9EA195 (or 0x9EA195) is known color: Delta. HEX triplet: 9E, A1 and 95. RGB value is (158,161,149). Sum of RGB (Red+Green+Blue) = 158+161+149=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA195 is #615E6A. Grayscale: #9E9E9E. Windows color (decimal): -6381163 or 9806238. OLE color: 9806238.

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

Color convert

RGB 158 161 149 -
CMYK 0.02 0 0.07 0.37
HSL 75º 0.06% 0.61% -
HSV(B) 75º 0.07% 0.63% -
XYZ 32.27 34.93 33.47 -
YUV 158.74 122.51 127.48 -
System Red Green Blue C M Y K H S L
Decimal 158 161 149 0.02 0 0.07 0.37 75 0.06 0.61
Hex 9E A1 95 2 0 7 25 4B 6 3D
Octal 236 241 225 2 0 7 45 113 6 75
Binary 10011110 10100001 10010101 10 0 111 100101 1001011 110 111101

Color Harmonies of #9EA195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA195

Black with #9EA195

Text Example


Text Example

White with #9EA195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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