#9ACA9D

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

Shades of Chinook #9ACA9D

Tints of Chinook #9ACA9D

Color information

#9ACA9D (or 0x9ACA9D) is unknown color: approx Chinook. HEX triplet: 9A, CA and 9D. RGB value is (154,202,157). Sum of RGB (Red+Green+Blue) = 154+202+157=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACA9D is #653562. Grayscale: #B6B6B6. Windows color (decimal): -6632803 or 10341018. OLE color: 10341018.

HSL color Cylindrical-coordinate representation of color #9ACA9D: hue angle of 123.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 #9ACA9D is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB154202157-
CMYK0.2400.220.21
HSL123.75º31.17%69.8%-
HSV(B)123.75º23.76%79.22%-
XYZ40.5351.5539.71-
YUV182.52113.6107.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.02%
GREEN value IS 202 (79.30% from 255) = 39.38%
BLUE value IS 157 (61.72% from 255) = 30.60%
R=30.02%
G=39.38%
B=30.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542021570.2400.220.21123.7531.1769.8
Hex9ACA9D18016157c1f46
Octal232312235300262517437106
Binary10011010110010101001110111000010110101011111100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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