#A7BEBE

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

Shades of Jungle Mist #A7BEBE

Tints of Jungle Mist #A7BEBE

Color information

#A7BEBE (or 0xA7BEBE) is unknown color: approx Jungle Mist. HEX triplet: A7, BE and BE. RGB value is (167,190,190). Sum of RGB (Red+Green+Blue) = 167+190+190=547 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.53% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #A7BEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BEBE is #584141. Grayscale: #B7B7B7. Windows color (decimal): -5783874 or 12500647. OLE color: 12500647.

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

Color convert

RGB167190190-
CMYK0.12000.25
HSL180º15.03%70%-
HSV(B)180º12.11%74.51%-
XYZ43.6448.7655.83-
YUV183.12131.88116.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.53%
GREEN value IS 190 (74.61% from 255) = 34.73%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=30.53%
G=34.73%
B=34.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671901900.12000.2518015.0370
HexA7BEBEC0019b4f46
Octal24727627614003126417106
Binary101001111011111010111110110000110011011010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BEBE; }

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

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

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

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

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

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

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

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