#9EBFA7

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

Shades of Chinook #9EBFA7

Tints of Chinook #9EBFA7

Color information

#9EBFA7 (or 0x9EBFA7) is unknown color: approx Chinook. HEX triplet: 9E, BF and A7. RGB value is (158,191,167). Sum of RGB (Red+Green+Blue) = 158+191+167=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 167 (65.62% from 255 or 32.36% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBFA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBFA7 is #614058. Grayscale: #B2B2B2. Windows color (decimal): -6373465 or 10993566. OLE color: 10993566.

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

Color convert

RGB158191167-
CMYK0.1700.130.25
HSL136.36º20.5%68.43%-
HSV(B)136.36º17.28%74.9%-
XYZ39.7147.3243.6-
YUV178.4121.57113.45-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.62%
GREEN value IS 191 (75% from 255) = 37.02%
BLUE value IS 167 (65.62% from 255) = 32.36%
R=30.62%
G=37.02%
B=32.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581911670.1700.130.25136.3620.568.43
Hex9EBFA7110D19881444
Octal236277247210153121024104
Binary10011110101111111010011110001011011100110001000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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