#A9BFBE

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

Shades of Jungle Mist #A9BFBE

Tints of Jungle Mist #A9BFBE

Color information

#A9BFBE (or 0xA9BFBE) is unknown color: approx Jungle Mist. HEX triplet: A9, BF and BE. RGB value is (169,191,190). Sum of RGB (Red+Green+Blue) = 169+191+190=550 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.73% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BFBE is #564041. Grayscale: #B8B8B8. Windows color (decimal): -5652546 or 12500905. OLE color: 12500905.

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

Color convert

RGB169191190-
CMYK0.1200.010.25
HSL177.27º14.67%70.59%-
HSV(B)177.27º11.52%74.9%-
XYZ44.2949.4155.92-
YUV184.31131.21117.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.73%
GREEN value IS 191 (75% from 255) = 34.73%
BLUE value IS 190 (74.61% from 255) = 34.55%
R=30.73%
G=34.73%
B=34.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691911900.1200.010.25177.2714.6770.59
HexA9BFBEC0119b1f47
Octal25127727614013126117107
Binary101010011011111110111110110001110011011000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BFBE; }

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

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

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

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

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

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

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

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