#9FBEA4

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

Shades of Chinook #9FBEA4

Tints of Chinook #9FBEA4

Color information

#9FBEA4 (or 0x9FBEA4) is unknown color: approx Chinook. HEX triplet: 9F, BE and A4. RGB value is (159,190,164). Sum of RGB (Red+Green+Blue) = 159+190+164=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 164 (64.45% from 255 or 31.97% from 513); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBEA4 is #60415B. Grayscale: #B1B1B1. Windows color (decimal): -6308188 or 10796703. OLE color: 10796703.

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

Color convert

RGB159190164-
CMYK0.1600.140.25
HSL129.68º19.25%68.43%-
HSV(B)129.68º16.32%74.51%-
XYZ39.4146.8842.09-
YUV177.77120.23114.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.99%
GREEN value IS 190 (74.61% from 255) = 37.04%
BLUE value IS 164 (64.45% from 255) = 31.97%
R=30.99%
G=37.04%
B=31.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591901640.1600.140.25129.6819.2568.43
Hex9FBEA4100E19821344
Octal237276244200163120223104
Binary10011111101111101010010010000011101100110000010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,190,164); }

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

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

 a { background-color: rgb(159,190,164); }

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

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

 span { border-color: rgb(159,190,164); }

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