#9ACBA5

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

Shades of Chinook #9ACBA5

Tints of Chinook #9ACBA5

Color information

#9ACBA5 (or 0x9ACBA5) is unknown color: approx Chinook. HEX triplet: 9A, CB and A5. RGB value is (154,203,165). Sum of RGB (Red+Green+Blue) = 154+203+165=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACBA5 is #65345A. Grayscale: #B8B8B8. Windows color (decimal): -6632539 or 10865562. OLE color: 10865562.

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

Color convert

RGB154203165-
CMYK0.2400.190.20
HSL133.47º32.03%70%-
HSV(B)133.47º24.14%79.61%-
XYZ41.4752.343.51-
YUV184.02117.27106.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.50%
GREEN value IS 203 (79.69% from 255) = 38.89%
BLUE value IS 165 (64.84% from 255) = 31.61%
R=29.50%
G=38.89%
B=31.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542031650.2400.190.20133.4732.0370
Hex9ACBA51801314852046
Octal232313245300232420540106
Binary1001101011001011101001011100001001110100100001011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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