#A4BFBE

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

Shades of Jungle Mist #A4BFBE

Tints of Jungle Mist #A4BFBE

Color information

#A4BFBE (or 0xA4BFBE) is unknown color: approx Jungle Mist. HEX triplet: A4, BF and BE. RGB value is (164,191,190). Sum of RGB (Red+Green+Blue) = 164+191+190=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BFBE is #5B4041. Grayscale: #B6B6B6. Windows color (decimal): -5980226 or 12500900. OLE color: 12500900.

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

Color convert

RGB164191190-
CMYK0.1400.010.25
HSL177.78º17.42%69.61%-
HSV(B)177.78º14.14%74.9%-
XYZ43.2348.8755.87-
YUV182.81132.05114.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.09%
GREEN value IS 191 (75% from 255) = 35.05%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=30.09%
G=35.05%
B=34.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641911900.1400.010.25177.7817.4269.61
HexA4BFBEE0119b21146
Octal24427727616013126221106
Binary1010010010111111101111101110011100110110010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BFBE; }

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

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

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

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

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

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

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

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