#A7BFBE

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

Shades of Jungle Mist #A7BFBE

Tints of Jungle Mist #A7BFBE

Color information

#A7BFBE (or 0xA7BFBE) is unknown color: approx Jungle Mist. HEX triplet: A7, BF and BE. RGB value is (167,191,190). Sum of RGB (Red+Green+Blue) = 167+191+190=548 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.47% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 190 (74.61% from 255 or 34.67% from 548); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BFBE is #584041. Grayscale: #B7B7B7. Windows color (decimal): -5783618 or 12500903. OLE color: 12500903.

HSL color Cylindrical-coordinate representation of color #A7BFBE: hue angle of 177.5º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7BFBE is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB167191190-
CMYK0.1300.010.25
HSL177.5º15.79%70.2%-
HSV(B)177.5º12.57%74.9%-
XYZ43.8649.1955.9-
YUV183.71131.55116.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.47%
GREEN value IS 191 (75% from 255) = 34.85%
BLUE value IS 190 (74.61% from 255) = 34.67%
R=30.47%
G=34.85%
B=34.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671911900.1300.010.25177.515.7970.2
HexA7BFBED0119b11046
Octal24727727615013126120106
Binary1010011110111111101111101101011100110110001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BFBE; }

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

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

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

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

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

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

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

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