#A6B58B

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

Shades of Norway #A6B58B

Tints of Norway #A6B58B

Color information

#A6B58B (or 0xA6B58B) is unknown color: approx Norway. HEX triplet: A6, B5 and 8B. RGB value is (166,181,139). Sum of RGB (Red+Green+Blue) = 166+181+139=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B58B is #594A74. Grayscale: #ABABAB. Windows color (decimal): -5851765 or 9156006. OLE color: 9156006.

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

Color convert

RGB166181139-
CMYK0.0800.230.29
HSL81.43º22.11%62.75%-
HSV(B)81.43º23.2%70.98%-
XYZ36.9143.0230.78-
YUV171.73109.53123.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.16%
GREEN value IS 181 (71.09% from 255) = 37.24%
BLUE value IS 139 (54.69% from 255) = 28.60%
R=34.16%
G=37.24%
B=28.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661811390.0800.230.2981.4322.1162.75
HexA6B58B80171D51163f
Octal24626521310027351212677
Binary101001101011010110001011100001011111101101000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B58B; }

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

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

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

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

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

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

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

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