Html Css Color HEX #9EA591 Delta

📋 copy color: '#9EA591'

red 158 ◦ green 165 ◦ blue 145

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

Shades of Delta #9EA591

Tints of Delta #9EA591

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.26%

 BLUE value IS 145 (57.03% from 255) = 30.98%

R = 33.76%
G = 35.26%
B = 30.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#9EA591 (or 0x9EA591) is known color: Delta. HEX triplet: 9E, A5 and 91. RGB value is (158,165,145). Sum of RGB (Red+Green+Blue) = 158+165+145=468 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.76% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA591 is #615A6E. Grayscale: #A0A0A0. Windows color (decimal): -6380143 or 9545118. OLE color: 9545118.

HSL color Cylindrical-coordinate representation of color #9EA591: hue angle of 81º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9EA591 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB 158 165 145 -
CMYK 0.04 0 0.12 0.35
HSL 81º 0.1% 0.61% -
HSV(B) 81º 0.12% 0.65% -
XYZ 32.67 36.22 32.06 -
YUV 160.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 158 165 145 0.04 0 0.12 0.35 81 0.1 0.61
Hex 9E A5 91 4 0 C 23 51 A 3D
Octal 236 245 221 4 0 14 43 121 12 75
Binary 10011110 10100101 10010001 100 0 1100 100011 1010001 1010 111101

Color Harmonies of #9EA591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA591

Black with #9EA591

Text Example


Text Example

White with #9EA591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,165,145); }

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

background-color css

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

 a { background-color: rgb(158,165,145); }

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

border-color css

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

 span { border-color: rgb(158,165,145); }

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