#9FBBA2

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

Shades of Chinook #9FBBA2

Tints of Chinook #9FBBA2

Color information

#9FBBA2 (or 0x9FBBA2) is unknown color: approx Chinook. HEX triplet: 9F, BB and A2. RGB value is (159,187,162). Sum of RGB (Red+Green+Blue) = 159+187+162=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBBA2 is #60445D. Grayscale: #AFAFAF. Windows color (decimal): -6308958 or 10664863. OLE color: 10664863.

HSL color Cylindrical-coordinate representation of color #9FBBA2: hue angle of 126.43º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBBA2 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB159187162-
CMYK0.1500.130.27
HSL126.43º17.07%67.84%-
HSV(B)126.43º14.97%73.33%-
XYZ38.5945.5240.93-
YUV175.78120.22116.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.30%
GREEN value IS 187 (73.44% from 255) = 36.81%
BLUE value IS 162 (63.67% from 255) = 31.89%
R=31.30%
G=36.81%
B=31.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591871620.1500.130.27126.4317.0767.84
Hex9FBBA2F0D1B7e1144
Octal237273242170153317621104
Binary100111111011101110100010111101101110111111110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,187,162); }

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

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

 a { background-color: rgb(159,187,162); }

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

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

 span { border-color: rgb(159,187,162); }

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