#9EBEA2

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

Shades of Chinook #9EBEA2

Tints of Chinook #9EBEA2

Color information

#9EBEA2 (or 0x9EBEA2) is unknown color: approx Chinook. HEX triplet: 9E, BE and A2. RGB value is (158,190,162). Sum of RGB (Red+Green+Blue) = 158+190+162=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBEA2 is #61415D. Grayscale: #B1B1B1. Windows color (decimal): -6373726 or 10665630. OLE color: 10665630.

HSL color Cylindrical-coordinate representation of color #9EBEA2: hue angle of 127.5º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EBEA2 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB158190162-
CMYK0.1700.150.25
HSL127.5º19.75%68.24%-
HSV(B)127.5º16.84%74.51%-
XYZ39.0446.741.14-
YUV177.24119.4114.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.98%
GREEN value IS 190 (74.61% from 255) = 37.25%
BLUE value IS 162 (63.67% from 255) = 31.76%
R=30.98%
G=37.25%
B=31.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581901620.1700.150.25127.519.7568.24
Hex9EBEA2110F197f1444
Octal236276242210173117724104
Binary1001111010111110101000101000101111110011111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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