Html Css Color HEX #ACBFBD Jungle Mist

📋 copy color: '#ACBFBD'

red 172 ◦ green 191 ◦ blue 189

#ACBFBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Mist #ACBFBD

Tints of Jungle Mist #ACBFBD

RGB

 RED value IS 172 (67.58% from 255) = 31.16%

 GREEN value IS 191 (75% from 255) = 34.6%

 BLUE value IS 189 (74.22% from 255) = 34.24%

R = 31.16%
G = 34.6%
B = 34.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#ACBFBD (or 0xACBFBD) is known color: Jungle Mist. HEX triplet: AC, BF and BD. RGB value is (172,191,189). Sum of RGB (Red+Green+Blue) = 172+191+189=552 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.16% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFBD is #534042. Grayscale: #B9B9B9. Windows color (decimal): -5455939 or 12435372. OLE color: 12435372.

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

Color convert

RGB 172 191 189 -
CMYK 0.10 0 0.01 0.25
HSL 173.68º 0.13% 0.71% -
HSV(B) 173.68º 0.1% 0.75% -
XYZ 44.83 49.71 55.38 -
YUV 185.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 172 191 189 0.10 0 0.01 0.25 173.68 0.13 0.71
Hex AC BF BD A 0 1 19 AE D 47
Octal 254 277 275 12 0 1 31 256 15 107
Binary 10101100 10111111 10111101 1010 0 1 11001 10101110 1101 1000111

Color Harmonies of #ACBFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBFBD

Black with #ACBFBD

Text Example


Text Example

White with #ACBFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBFBD; }

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

 H1.HeaderClassName
 {
   color: #ACBFBD;
 }
 .AnyTagClassName
 {
   color: #ACBFBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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