Html Css Color HEX #9EA398 Delta

📋 copy color: '#9EA398'

red 158 ◦ green 163 ◦ blue 152

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

Shades of Delta #9EA398

Tints of Delta #9EA398

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.46%

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

R = 33.4%
G = 34.46%
B = 32.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#9EA398 (or 0x9EA398) is known color: Delta. HEX triplet: 9E, A3 and 98. RGB value is (158,163,152). Sum of RGB (Red+Green+Blue) = 158+163+152=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 163 (64.06% from 255 or 34.46% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 163 - color contains mainly: green. Hex color #9EA398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA398 is #615C67. Grayscale: #A0A0A0. Windows color (decimal): -6380648 or 10003358. OLE color: 10003358.

HSL color Cylindrical-coordinate representation of color #9EA398: hue angle of 87.27º 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 #9EA398 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 158 163 152 -
CMYK 0.03 0 0.07 0.36
HSL 87.27º 0.06% 0.62% -
HSV(B) 87.27º 0.07% 0.64% -
XYZ 32.87 35.73 34.87 -
YUV 160.25 123.34 126.39 -
System Red Green Blue C M Y K H S L
Decimal 158 163 152 0.03 0 0.07 0.36 87.27 0.06 0.62
Hex 9E A3 98 3 0 7 24 57 6 3E
Octal 236 243 230 3 0 7 44 127 6 76
Binary 10011110 10100011 10011000 11 0 111 100100 1010111 110 111110

Color Harmonies of #9EA398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA398

Black with #9EA398

Text Example


Text Example

White with #9EA398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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