#9BCCA9

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

Shades of Chinook #9BCCA9

Tints of Chinook #9BCCA9

Color information

#9BCCA9 (or 0x9BCCA9) is unknown color: approx Chinook. HEX triplet: 9B, CC and A9. RGB value is (155,204,169). Sum of RGB (Red+Green+Blue) = 155+204+169=528 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.36% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCCA9 is #643356. Grayscale: #B9B9B9. Windows color (decimal): -6566743 or 11127963. OLE color: 11127963.

HSL color Cylindrical-coordinate representation of color #9BCCA9: hue angle of 137.14º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCCA9 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB155204169-
CMYK0.2400.170.2
HSL137.14º32.45%70.39%-
HSV(B)137.14º24.02%80%-
XYZ42.2753.0245.54-
YUV185.36118.77106.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.36%
GREEN value IS 204 (80.08% from 255) = 38.64%
BLUE value IS 169 (66.41% from 255) = 32.01%
R=29.36%
G=38.64%
B=32.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1552041690.2400.170.2137.1432.4570.39
Hex9BCCA91801114892046
Octal233314251300212421140106
Binary1001101111001100101010011100001000110100100010011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,204,169); }

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

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

 a { background-color: rgb(155,204,169); }

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

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

 span { border-color: rgb(155,204,169); }

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