Html Css Color HEX #9EA498 Delta

📋 copy color: '#9EA498'

red 158 ◦ green 164 ◦ blue 152

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

Shades of Delta #9EA498

Tints of Delta #9EA498

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.6%

 BLUE value IS 152 (59.77% from 255) = 32.07%

R = 33.33%
G = 34.6%
B = 32.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#9EA498 (or 0x9EA498) is known color: Delta. HEX triplet: 9E, A4 and 98. RGB value is (158,164,152). Sum of RGB (Red+Green+Blue) = 158+164+152=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 152 (59.77% from 255 or 32.07% from 474); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA498 is #615B67. Grayscale: #A0A0A0. Windows color (decimal): -6380392 or 10003614. OLE color: 10003614.

HSL color Cylindrical-coordinate representation of color #9EA498: hue angle of 90º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9EA498 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 158 164 152 -
CMYK 0.04 0 0.07 0.36
HSL 90º 0.06% 0.62% -
HSV(B) 90º 0.07% 0.64% -
XYZ 33.04 36.09 34.93 -
YUV 160.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 158 164 152 0.04 0 0.07 0.36 90 0.06 0.62
Hex 9E A4 98 4 0 7 24 5A 6 3E
Octal 236 244 230 4 0 7 44 132 6 76
Binary 10011110 10100100 10011000 100 0 111 100100 1011010 110 111110

Color Harmonies of #9EA498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA498

Black with #9EA498

Text Example


Text Example

White with #9EA498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,164,152); }

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

background-color css

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

 a { background-color: rgb(158,164,152); }

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

border-color css

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

 span { border-color: rgb(158,164,152); }

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