#A5BCBB

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

Shades of Jungle Mist #A5BCBB

Tints of Jungle Mist #A5BCBB

Color information

#A5BCBB (or 0xA5BCBB) is unknown color: approx Jungle Mist. HEX triplet: A5, BC and BB. RGB value is (165,188,187). Sum of RGB (Red+Green+Blue) = 165+188+187=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5BCBB is #5A4344. Grayscale: #B4B4B4. Windows color (decimal): -5915461 or 12303525. OLE color: 12303525.

HSL color Cylindrical-coordinate representation of color #A5BCBB: hue angle of 177.39º 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 #A5BCBB is Cyan = 0.12, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB165188187-
CMYK0.1200.010.26
HSL177.39º14.65%69.22%-
HSV(B)177.39º12.23%73.73%-
XYZ42.4747.5553.95-
YUV181.01131.38116.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.56%
GREEN value IS 188 (73.83% from 255) = 34.81%
BLUE value IS 187 (73.44% from 255) = 34.63%
R=30.56%
G=34.81%
B=34.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651881870.1200.010.26177.3914.6569.22
HexA5BCBBC011Ab1f45
Octal24527427314013226117105
Binary101001011011110010111011110001110101011000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BCBB; }

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

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

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

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

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

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

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

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