#ACBFC0

Color #ACBFC0 Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #ACBFC0

Tints of Jungle Mist #ACBFC0

Color information

#ACBFC0 (or 0xACBFC0) is unknown color: approx Jungle Mist. HEX triplet: AC, BF and C0. RGB value is (172,191,192). Sum of RGB (Red+Green+Blue) = 172+191+192=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 191 (75% from 255 or 34.41% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 192 - color contains mainly: blue. Hex color #ACBFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFC0 is #53403F. Grayscale: #B9B9B9. Windows color (decimal): -5455936 or 12631980. OLE color: 12631980.

HSL color Cylindrical-coordinate representation of color #ACBFC0: hue angle of 183º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACBFC0 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172191192-
CMYK0.100.0100.25
HSL183º13.7%71.37%-
HSV(B)183º10.42%75.29%-
XYZ45.1649.8457.11-
YUV185.43131.71118.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.99%
GREEN value IS 191 (75% from 255) = 34.41%
BLUE value IS 192 (75.39% from 255) = 34.59%
R=30.99%
G=34.41%
B=34.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911920.100.0100.2518313.771.37
HexACBFC0A1019b7e47
Octal25427730012103126716107
Binary101011001011111111000000101010110011011011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFC0; }

 p { color: rgb(172,191,192); }

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

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

 a { background-color: rgb(172,191,192); }

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

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

 span { border-color: rgb(172,191,192); }

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