#A5BEBE

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

Shades of Jungle Mist #A5BEBE

Tints of Jungle Mist #A5BEBE

Color information

#A5BEBE (or 0xA5BEBE) is unknown color: approx Jungle Mist. HEX triplet: A5, BE and BE. RGB value is (165,190,190). Sum of RGB (Red+Green+Blue) = 165+190+190=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 190 (74.61% from 255 or 34.86% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #A5BEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BEBE is #5A4141. Grayscale: #B6B6B6. Windows color (decimal): -5914946 or 12500645. OLE color: 12500645.

HSL color Cylindrical-coordinate representation of color #A5BEBE: hue angle of 180º 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 #A5BEBE is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB165190190-
CMYK0.13000.25
HSL180º16.13%69.61%-
HSV(B)180º13.16%74.51%-
XYZ43.2248.5455.81-
YUV182.52132.22115.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.28%
GREEN value IS 190 (74.61% from 255) = 34.86%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=30.28%
G=34.86%
B=34.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651901900.13000.2518016.1369.61
HexA5BEBED0019b41046
Octal24527627615003126420106
Binary1010010110111110101111101101001100110110100100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BEBE; }

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

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

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

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

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

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

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

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