Html Css Color HEX #9EA598 Delta

📋 copy color: '#9EA598'

red 158 ◦ green 165 ◦ blue 152

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

Shades of Delta #9EA598

Tints of Delta #9EA598

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.74%

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

R = 33.26%
G = 34.74%
B = 32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#9EA598 (or 0x9EA598) is known color: Delta. HEX triplet: 9E, A5 and 98. RGB value is (158,165,152). Sum of RGB (Red+Green+Blue) = 158+165+152=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 152 (59.77% from 255 or 32% from 475); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA598 is #615A67. Grayscale: #A1A1A1. Windows color (decimal): -6380136 or 10003870. OLE color: 10003870.

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

Color convert

RGB 158 165 152 -
CMYK 0.04 0 0.08 0.35
HSL 92.31º 0.07% 0.62% -
HSV(B) 92.31º 0.08% 0.65% -
XYZ 33.22 36.45 34.99 -
YUV 161.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 158 165 152 0.04 0 0.08 0.35 92.31 0.07 0.62
Hex 9E A5 98 4 0 8 23 5C 7 3E
Octal 236 245 230 4 0 10 43 134 7 76
Binary 10011110 10100101 10011000 100 0 1000 100011 1011100 111 111110

Color Harmonies of #9EA598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA598

Black with #9EA598

Text Example


Text Example

White with #9EA598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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