#9EBFA1

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

Shades of Chinook #9EBFA1

Tints of Chinook #9EBFA1

Color information

#9EBFA1 (or 0x9EBFA1) is unknown color: approx Chinook. HEX triplet: 9E, BF and A1. RGB value is (158,191,161). Sum of RGB (Red+Green+Blue) = 158+191+161=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 161 (63.28% from 255 or 31.57% from 510); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBFA1 is #61405E. Grayscale: #B1B1B1. Windows color (decimal): -6373471 or 10600350. OLE color: 10600350.

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

Color convert

RGB158191161-
CMYK0.1700.160.25
HSL125.45º20.5%68.43%-
HSV(B)125.45º17.28%74.9%-
XYZ39.1647.140.75-
YUV177.71118.57113.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.98%
GREEN value IS 191 (75% from 255) = 37.45%
BLUE value IS 161 (63.28% from 255) = 31.57%
R=30.98%
G=37.45%
B=31.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581911610.1700.160.25125.4520.568.43
Hex9EBFA111010197d1444
Octal236277241210203117524104
Binary10011110101111111010000110001010000110011111101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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