Html Css Color HEX #9EA191 Star Dust

📋 copy color: '#9EA191'

red 158 ◦ green 161 ◦ blue 145

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

Shades of Star Dust #9EA191

Tints of Star Dust #9EA191

RGB

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

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

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

R = 34.05%
G = 34.7%
B = 31.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#9EA191 (or 0x9EA191) is known color: Star Dust. HEX triplet: 9E, A1 and 91. RGB value is (158,161,145). Sum of RGB (Red+Green+Blue) = 158+161+145=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 145 (57.03% from 255 or 31.25% from 464); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA191 is #615E6E. Grayscale: #9E9E9E. Windows color (decimal): -6381167 or 9544094. OLE color: 9544094.

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

Color convert

RGB 158 161 145 -
CMYK 0.02 0 0.10 0.37
HSL 71.25º 0.08% 0.6% -
HSV(B) 71.25º 0.1% 0.63% -
XYZ 31.96 34.8 31.82 -
YUV 158.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 158 161 145 0.02 0 0.10 0.37 71.25 0.08 0.6
Hex 9E A1 91 2 0 A 25 47 8 3C
Octal 236 241 221 2 0 12 45 107 10 74
Binary 10011110 10100001 10010001 10 0 1010 100101 1000111 1000 111100

Color Harmonies of #9EA191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA191

Black with #9EA191

Text Example


Text Example

White with #9EA191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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