#A6B588

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

Shades of Norway #A6B588

Tints of Norway #A6B588

Color information

#A6B588 (or 0xA6B588) is unknown color: approx Norway. HEX triplet: A6, B5 and 88. RGB value is (166,181,136). Sum of RGB (Red+Green+Blue) = 166+181+136=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B588 is #594A77. Grayscale: #ABABAB. Windows color (decimal): -5851768 or 8959398. OLE color: 8959398.

HSL color Cylindrical-coordinate representation of color #A6B588: hue angle of 80º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6B588 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB166181136-
CMYK0.0800.250.29
HSL80º23.32%62.16%-
HSV(B)80º24.86%70.98%-
XYZ36.6942.9329.65-
YUV171.38108.03124.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.37%
GREEN value IS 181 (71.09% from 255) = 37.47%
BLUE value IS 136 (53.52% from 255) = 28.16%
R=34.37%
G=37.47%
B=28.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661811360.0800.250.298023.3262.16
HexA6B58880191D50173e
Octal24626521010031351202776
Binary101001101011010110001000100001100111101101000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B588; }

 p { color: rgb(166,181,136); }

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

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

 a { background-color: rgb(166,181,136); }

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

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

 span { border-color: rgb(166,181,136); }

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