Html Css Color HEX #9EA88C Delta

📋 copy color: '#9EA88C'

red 158 ◦ green 168 ◦ blue 140

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

Shades of Delta #9EA88C

Tints of Delta #9EA88C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.05%

 BLUE value IS 140 (55.08% from 255) = 30.04%

R = 33.91%
G = 36.05%
B = 30.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#9EA88C (or 0x9EA88C) is known color: Delta. HEX triplet: 9E, A8 and 8C. RGB value is (158,168,140). Sum of RGB (Red+Green+Blue) = 158+168+140=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA88C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA88C is #615773. Grayscale: #A1A1A1. Windows color (decimal): -6379380 or 9218206. OLE color: 9218206.

HSL color Cylindrical-coordinate representation of color #9EA88C: hue angle of 81.43º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EA88C is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 158 168 140 -
CMYK 0.06 0 0.17 0.34
HSL 81.43º 0.14% 0.6% -
HSV(B) 81.43º 0.17% 0.66% -
XYZ 32.84 37.17 30.25 -
YUV 161.82 115.69 125.28 -
System Red Green Blue C M Y K H S L
Decimal 158 168 140 0.06 0 0.17 0.34 81.43 0.14 0.6
Hex 9E A8 8C 6 0 11 22 51 E 3C
Octal 236 250 214 6 0 21 42 121 16 74
Binary 10011110 10101000 10001100 110 0 10001 100010 1010001 1110 111100

Color Harmonies of #9EA88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA88C

Black with #9EA88C

Text Example


Text Example

White with #9EA88C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,168,140); }

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

background-color css

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

 a { background-color: rgb(158,168,140); }

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

border-color css

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

 span { border-color: rgb(158,168,140); }

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