#ACBFBE

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

Shades of Jungle Mist #ACBFBE

Tints of Jungle Mist #ACBFBE

Color information

#ACBFBE (or 0xACBFBE) is unknown color: approx Jungle Mist. HEX triplet: AC, BF and BE. RGB value is (172,191,190). Sum of RGB (Red+Green+Blue) = 172+191+190=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 190 (74.61% from 255 or 34.36% from 553); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFBE is #534041. Grayscale: #B9B9B9. Windows color (decimal): -5455938 or 12500908. OLE color: 12500908.

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

Color convert

RGB172191190-
CMYK0.1000.010.25
HSL176.84º12.93%71.18%-
HSV(B)176.84º9.95%74.9%-
XYZ44.9449.7555.95-
YUV185.2130.71118.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.10%
GREEN value IS 191 (75% from 255) = 34.54%
BLUE value IS 190 (74.61% from 255) = 34.36%
R=31.10%
G=34.54%
B=34.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911900.1000.010.25176.8412.9371.18
HexACBFBEA0119b1d47
Octal25427727612013126115107
Binary101011001011111110111110101001110011011000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFBE; }

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

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

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

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

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

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

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

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