#9EBEA1

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

Shades of Chinook #9EBEA1

Tints of Chinook #9EBEA1

Color information

#9EBEA1 (or 0x9EBEA1) is unknown color: approx Chinook. HEX triplet: 9E, BE and A1. RGB value is (158,190,161). Sum of RGB (Red+Green+Blue) = 158+190+161=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 161 (63.28% from 255 or 31.63% from 509); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBEA1 is #61415E. Grayscale: #B1B1B1. Windows color (decimal): -6373727 or 10600094. OLE color: 10600094.

HSL color Cylindrical-coordinate representation of color #9EBEA1: hue angle of 125.62º 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 #9EBEA1 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB158190161-
CMYK0.1700.150.25
HSL125.62º19.75%68.24%-
HSV(B)125.62º16.84%74.51%-
XYZ38.9546.6740.67-
YUV177.13118.9114.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.04%
GREEN value IS 190 (74.61% from 255) = 37.33%
BLUE value IS 161 (63.28% from 255) = 31.63%
R=31.04%
G=37.33%
B=31.63%

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
Decimal1581901610.1700.150.25125.6219.7568.24
Hex9EBEA1110F197e1444
Octal236276241210173117624104
Binary1001111010111110101000011000101111110011111110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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