#9ACBA4

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

Shades of Chinook #9ACBA4

Tints of Chinook #9ACBA4

Color information

#9ACBA4 (or 0x9ACBA4) is unknown color: approx Chinook. HEX triplet: 9A, CB and A4. RGB value is (154,203,164). Sum of RGB (Red+Green+Blue) = 154+203+164=521 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.56% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #9ACBA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACBA4 is #65345B. Grayscale: #B8B8B8. Windows color (decimal): -6632540 or 10800026. OLE color: 10800026.

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

Color convert

RGB154203164-
CMYK0.2400.190.20
HSL132.24º32.03%70%-
HSV(B)132.24º24.14%79.61%-
XYZ41.3852.2643.03-
YUV183.9116.77106.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.56%
GREEN value IS 203 (79.69% from 255) = 38.96%
BLUE value IS 164 (64.45% from 255) = 31.48%
R=29.56%
G=38.96%
B=31.48%

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
Decimal1542031640.2400.190.20132.2432.0370
Hex9ACBA41801314842046
Octal232313244300232420440106
Binary1001101011001011101001001100001001110100100001001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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