Html Css Color HEX #9EA192 Star Dust

📋 copy color: '#9EA192'

red 158 ◦ green 161 ◦ blue 146

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

Shades of Star Dust #9EA192

Tints of Star Dust #9EA192

RGB

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

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

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

R = 33.98%
G = 34.62%
B = 31.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#9EA192 (or 0x9EA192) is known color: Star Dust. HEX triplet: 9E, A1 and 92. RGB value is (158,161,146). Sum of RGB (Red+Green+Blue) = 158+161+146=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA192 is #615E6D. Grayscale: #9E9E9E. Windows color (decimal): -6381166 or 9609630. OLE color: 9609630.

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

Color convert

RGB 158 161 146 -
CMYK 0.02 0 0.09 0.37
HSL 72º 0.07% 0.6% -
HSV(B) 72º 0.09% 0.63% -
XYZ 32.03 34.83 32.23 -
YUV 158.39 121.01 127.72 -
System Red Green Blue C M Y K H S L
Decimal 158 161 146 0.02 0 0.09 0.37 72 0.07 0.6
Hex 9E A1 92 2 0 9 25 48 7 3C
Octal 236 241 222 2 0 11 45 110 7 74
Binary 10011110 10100001 10010010 10 0 1001 100101 1001000 111 111100

Color Harmonies of #9EA192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA192

Black with #9EA192

Text Example


Text Example

White with #9EA192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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