#9ACAA5

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

Shades of Chinook #9ACAA5

Tints of Chinook #9ACAA5

Color information

#9ACAA5 (or 0x9ACAA5) is unknown color: approx Chinook. HEX triplet: 9A, CA and A5. RGB value is (154,202,165). Sum of RGB (Red+Green+Blue) = 154+202+165=521 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.56% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACAA5 is #65355A. Grayscale: #B7B7B7. Windows color (decimal): -6632795 or 10865306. OLE color: 10865306.

HSL color Cylindrical-coordinate representation of color #9ACAA5: hue angle of 133.75º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ACAA5 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB154202165-
CMYK0.2400.180.21
HSL133.75º31.17%69.8%-
HSV(B)133.75º23.76%79.22%-
XYZ41.2451.8343.43-
YUV183.43117.6107.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.56%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 165 (64.84% from 255) = 31.67%
R=29.56%
G=38.77%
B=31.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542021650.2400.180.21133.7531.1769.8
Hex9ACAA51801215861f46
Octal232312245300222520637106
Binary100110101100101010100101110000100101010110000110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,202,165); }

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

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

 a { background-color: rgb(154,202,165); }

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

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

 span { border-color: rgb(154,202,165); }

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