#9FCBA7

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

Shades of Chinook #9FCBA7

Tints of Chinook #9FCBA7

Color information

#9FCBA7 (or 0x9FCBA7) is unknown color: approx Chinook. HEX triplet: 9F, CB and A7. RGB value is (159,203,167). Sum of RGB (Red+Green+Blue) = 159+203+167=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 167 (65.62% from 255 or 31.57% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCBA7 is #603458. Grayscale: #B9B9B9. Windows color (decimal): -6304857 or 10996639. OLE color: 10996639.

HSL color Cylindrical-coordinate representation of color #9FCBA7: hue angle of 130.91º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FCBA7 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB159203167-
CMYK0.2200.180.20
HSL130.91º29.73%70.98%-
HSV(B)130.91º21.67%79.61%-
XYZ42.6352.8744.52-
YUV185.74117.42108.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.06%
GREEN value IS 203 (79.69% from 255) = 38.37%
BLUE value IS 167 (65.62% from 255) = 31.57%
R=30.06%
G=38.37%
B=31.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1592031670.2200.180.20130.9129.7370.98
Hex9FCBA71601214831e47
Octal237313247260222420336107
Binary100111111100101110100111101100100101010010000011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,203,167); }

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

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

 a { background-color: rgb(159,203,167); }

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

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

 span { border-color: rgb(159,203,167); }

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