#9ACCA7

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

Shades of Chinook #9ACCA7

Tints of Chinook #9ACCA7

Color information

#9ACCA7 (or 0x9ACCA7) is unknown color: approx Chinook. HEX triplet: 9A, CC and A7. RGB value is (154,204,167). Sum of RGB (Red+Green+Blue) = 154+204+167=525 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.33% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 167 (65.62% from 255 or 31.81% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACCA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACCA7 is #653358. Grayscale: #B8B8B8. Windows color (decimal): -6632281 or 10996890. OLE color: 10996890.

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

Color convert

RGB154204167-
CMYK0.2500.180.2
HSL135.6º32.89%70.2%-
HSV(B)135.6º24.51%80%-
XYZ41.8952.8544.55-
YUV184.83117.94106.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.33%
GREEN value IS 204 (80.08% from 255) = 38.86%
BLUE value IS 167 (65.62% from 255) = 31.81%
R=29.33%
G=38.86%
B=31.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1542041670.2500.180.2135.632.8970.2
Hex9ACCA71901214882146
Octal232314247310222421041106
Binary1001101011001100101001111100101001010100100010001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,204,167); }

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

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

 a { background-color: rgb(154,204,167); }

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

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

 span { border-color: rgb(154,204,167); }

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