#9CBFA1

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

Shades of Chinook #9CBFA1

Tints of Chinook #9CBFA1

Color information

#9CBFA1 (or 0x9CBFA1) is unknown color: approx Chinook. HEX triplet: 9C, BF and A1. RGB value is (156,191,161). Sum of RGB (Red+Green+Blue) = 156+191+161=508 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.71% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBFA1 is #63405E. Grayscale: #B1B1B1. Windows color (decimal): -6504543 or 10600348. OLE color: 10600348.

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

Color convert

RGB156191161-
CMYK0.1800.160.25
HSL128.57º21.47%68.04%-
HSV(B)128.57º18.32%74.9%-
XYZ38.7746.940.73-
YUV177.12118.9112.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.71%
GREEN value IS 191 (75% from 255) = 37.60%
BLUE value IS 161 (63.28% from 255) = 31.69%
R=30.71%
G=37.60%
B=31.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561911610.1800.160.25128.5721.4768.04
Hex9CBFA11201019811544
Octal234277241220203120125104
Binary100111001011111110100001100100100001100110000001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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