#A1BFBE

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

Shades of Jungle Mist #A1BFBE

Tints of Jungle Mist #A1BFBE

Color information

#A1BFBE (or 0xA1BFBE) is unknown color: approx Jungle Mist. HEX triplet: A1, BF and BE. RGB value is (161,191,190). Sum of RGB (Red+Green+Blue) = 161+191+190=542 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.70% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1BFBE is #5E4041. Grayscale: #B5B5B5. Windows color (decimal): -6176834 or 12500897. OLE color: 12500897.

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

Color convert

RGB161191190-
CMYK0.1600.010.25
HSL178º18.99%69.02%-
HSV(B)178º15.71%74.9%-
XYZ42.6248.5655.84-
YUV181.92132.56113.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.70%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=29.70%
G=35.24%
B=35.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611911900.1600.010.2517818.9969.02
HexA1BFBE100119b21345
Octal24127727620013126223105
Binary10100001101111111011111010000011100110110010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BFBE; }

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

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

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

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

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

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

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

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