#A5BCBC

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

Shades of Jungle Mist #A5BCBC

Tints of Jungle Mist #A5BCBC

Color information

#A5BCBC (or 0xA5BCBC) is unknown color: approx Jungle Mist. HEX triplet: A5, BC and BC. RGB value is (165,188,188). Sum of RGB (Red+Green+Blue) = 165+188+188=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 188 (73.83% from 255 or 34.75% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #A5BCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCBC is #5A4343. Grayscale: #B5B5B5. Windows color (decimal): -5915460 or 12369061. OLE color: 12369061.

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

Color convert

RGB165188188-
CMYK0.12000.26
HSL180º14.65%69.22%-
HSV(B)180º12.23%73.73%-
XYZ42.5847.654.52-
YUV181.12131.88116.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.50%
GREEN value IS 188 (73.83% from 255) = 34.75%
BLUE value IS 188 (73.83% from 255) = 34.75%
R=30.50%
G=34.75%
B=34.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651881880.12000.2618014.6569.22
HexA5BCBCC001Ab4f45
Octal24527427414003226417105
Binary101001011011110010111100110000110101011010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BCBC; }

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

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

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

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

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

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

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

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