#ACBFBF

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

Shades of Jungle Mist #ACBFBF

Tints of Jungle Mist #ACBFBF

Color information

#ACBFBF (or 0xACBFBF) is unknown color: approx Jungle Mist. HEX triplet: AC, BF and BF. RGB value is (172,191,191). Sum of RGB (Red+Green+Blue) = 172+191+191=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #ACBFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFBF is #534040. Grayscale: #B9B9B9. Windows color (decimal): -5455937 or 12566444. OLE color: 12566444.

HSL color Cylindrical-coordinate representation of color #ACBFBF: hue angle of 180º degrees, saturation: 0.13, 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 #ACBFBF is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172191191-
CMYK0.10000.25
HSL180º12.93%71.18%-
HSV(B)180º9.95%74.9%-
XYZ45.0549.7956.53-
YUV185.32131.21118.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 191 (75% from 255) = 34.48%
BLUE value IS 191 (75% from 255) = 34.48%
R=31.05%
G=34.48%
B=34.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911910.10000.2518012.9371.18
HexACBFBFA0019b4d47
Octal25427727712003126415107
Binary101011001011111110111111101000110011011010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFBF; }

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

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

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

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

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

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

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

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