#9EBDA2

Color #9EBDA2 Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #9EBDA2

Tints of Chinook #9EBDA2

Color information

#9EBDA2 (or 0x9EBDA2) is unknown color: approx Chinook. HEX triplet: 9E, BD and A2. RGB value is (158,189,162). Sum of RGB (Red+Green+Blue) = 158+189+162=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBDA2 is #61425D. Grayscale: #B0B0B0. Windows color (decimal): -6373982 or 10665374. OLE color: 10665374.

HSL color Cylindrical-coordinate representation of color #9EBDA2: hue angle of 127.74º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9EBDA2 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB158189162-
CMYK0.1600.140.26
HSL127.74º19.02%68.04%-
HSV(B)127.74º16.4%74.12%-
XYZ38.8246.2741.07-
YUV176.65119.73114.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.04%
GREEN value IS 189 (74.22% from 255) = 37.13%
BLUE value IS 162 (63.67% from 255) = 31.83%
R=31.04%
G=37.13%
B=31.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581891620.1600.140.26127.7419.0268.04
Hex9EBDA2100E1A801344
Octal236275242200163220023104
Binary10011110101111011010001010000011101101010000000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,189,162); }

 H1.HeaderClassName
 {
   color: #9EBDA2;
 }
 .AnyTagClassName
 {
   color: #9EBDA2;
 }
</style>
background-color css

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

 a { background-color: rgb(158,189,162); }

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

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

 span { border-color: rgb(158,189,162); }

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