Html Css Color HEX #9EA194 Star Dust

📋 copy color: '#9EA194'

red 158 ◦ green 161 ◦ blue 148

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

Shades of Star Dust #9EA194

Tints of Star Dust #9EA194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.69%

R = 33.83%
G = 34.48%
B = 31.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#9EA194 (or 0x9EA194) is known color: Star Dust. HEX triplet: 9E, A1 and 94. RGB value is (158,161,148). Sum of RGB (Red+Green+Blue) = 158+161+148=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 148 (58.20% from 255 or 31.69% from 467); Max value from RGB is 161 - color contains mainly: green. Hex color #9EA194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA194 is #615E6B. Grayscale: #9E9E9E. Windows color (decimal): -6381164 or 9740702. OLE color: 9740702.

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

Color convert

RGB 158 161 148 -
CMYK 0.02 0 0.08 0.37
HSL 73.85º 0.06% 0.61% -
HSV(B) 73.85º 0.08% 0.63% -
XYZ 32.19 34.9 33.06 -
YUV 158.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 158 161 148 0.02 0 0.08 0.37 73.85 0.06 0.61
Hex 9E A1 94 2 0 8 25 4A 6 3D
Octal 236 241 224 2 0 10 45 112 6 75
Binary 10011110 10100001 10010100 10 0 1000 100101 1001010 110 111101

Color Harmonies of #9EA194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA194

Black with #9EA194

Text Example


Text Example

White with #9EA194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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