#ACBDBD

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

Shades of Jungle Mist #ACBDBD

Tints of Jungle Mist #ACBDBD

Color information

#ACBDBD (or 0xACBDBD) is unknown color: approx Jungle Mist. HEX triplet: AC, BD and BD. RGB value is (172,189,189). Sum of RGB (Red+Green+Blue) = 172+189+189=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 189 (74.22% from 255 or 34.36% from 550); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #ACBDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDBD is #534242. Grayscale: #B7B7B7. Windows color (decimal): -5456451 or 12434860. OLE color: 12434860.

HSL color Cylindrical-coordinate representation of color #ACBDBD: hue angle of 180º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBDBD is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172189189-
CMYK0.09000.26
HSL180º11.41%70.78%-
HSV(B)180º8.99%74.12%-
XYZ44.448.8455.23-
YUV183.92130.87119.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.27%
GREEN value IS 189 (74.22% from 255) = 34.36%
BLUE value IS 189 (74.22% from 255) = 34.36%
R=31.27%
G=34.36%
B=34.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891890.09000.2618011.4170.78
HexACBDBD9001Ab4b47
Octal25427527511003226413107
Binary101011001011110110111101100100110101011010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDBD; }

 p { color: rgb(172,189,189); }

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

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

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

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

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

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

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