#9ACAAB

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

Shades of Chinook #9ACAAB

Tints of Chinook #9ACAAB

Color information

#9ACAAB (or 0x9ACAAB) is unknown color: approx Chinook. HEX triplet: 9A, CA and AB. RGB value is (154,202,171). Sum of RGB (Red+Green+Blue) = 154+202+171=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 202 - color contains mainly: green. Hex color #9ACAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACAAB is #653554. Grayscale: #B8B8B8. Windows color (decimal): -6632789 or 11258522. OLE color: 11258522.

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

Color convert

RGB154202171-
CMYK0.2400.150.21
HSL141.25º31.17%69.8%-
HSV(B)141.25º23.76%79.22%-
XYZ41.852.0546.37-
YUV184.11120.6106.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.22%
GREEN value IS 202 (79.30% from 255) = 38.33%
BLUE value IS 171 (67.19% from 255) = 32.45%
R=29.22%
G=38.33%
B=32.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1542021710.2400.150.21141.2531.1769.8
Hex9ACAAB180F158d1f46
Octal232312253300172521537106
Binary10011010110010101010101111000011111010110001101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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