Html Css Color HEX #ACBFC0 Jungle Mist

📋 copy color: '#ACBFC0'

red 172 ◦ green 191 ◦ blue 192

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

Shades of Jungle Mist #ACBFC0

Tints of Jungle Mist #ACBFC0

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 value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ACBFC0 (or 0xACBFC0) is known color: 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

RGB 172 191 192 -
CMYK 0.10 0.01 0 0.25
HSL 183º 0.14% 0.71% -
HSV(B) 183º 0.1% 0.75% -
XYZ 45.16 49.84 57.11 -
YUV 185.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 172 191 192 0.10 0.01 0 0.25 183 0.14 0.71
Hex AC BF C0 A 1 0 19 B7 E 47
Octal 254 277 300 12 1 0 31 267 16 107
Binary 10101100 10111111 11000000 1010 1 0 11001 10110111 1110 1000111

Color Harmonies of #ACBFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBFC0

Black with #ACBFC0

Text Example


Text Example

White with #ACBFC0

Text Example


Text Example

HTML Codes & Css Web 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>