#9ACBA3

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

Shades of Chinook #9ACBA3

Tints of Chinook #9ACBA3

Color information

#9ACBA3 (or 0x9ACBA3) is unknown color: approx Chinook. HEX triplet: 9A, CB and A3. RGB value is (154,203,163). Sum of RGB (Red+Green+Blue) = 154+203+163=520 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.62% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 163 (64.06% from 255 or 31.35% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACBA3 is #65345C. Grayscale: #B7B7B7. Windows color (decimal): -6632541 or 10734490. OLE color: 10734490.

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

Color convert

RGB154203163-
CMYK0.2400.200.20
HSL131.02º32.03%70%-
HSV(B)131.02º24.14%79.61%-
XYZ41.2952.2342.55-
YUV183.79116.27106.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.62%
GREEN value IS 203 (79.69% from 255) = 39.04%
BLUE value IS 163 (64.06% from 255) = 31.35%
R=29.62%
G=39.04%
B=31.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542031630.2400.200.20131.0232.0370
Hex9ACBA31801414832046
Octal232313243300242420340106
Binary1001101011001011101000111100001010010100100000111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACBA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,203,163); }

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

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

 a { background-color: rgb(154,203,163); }

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

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

 span { border-color: rgb(154,203,163); }

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