#A6B68C

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

Shades of Norway #A6B68C

Tints of Norway #A6B68C

Color information

#A6B68C (or 0xA6B68C) is unknown color: approx Norway. HEX triplet: A6, B6 and 8C. RGB value is (166,182,140). Sum of RGB (Red+Green+Blue) = 166+182+140=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B68C is #594973. Grayscale: #ACACAC. Windows color (decimal): -5851508 or 9221798. OLE color: 9221798.

HSL color Cylindrical-coordinate representation of color #A6B68C: hue angle of 82.86º 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 #A6B68C is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB166182140-
CMYK0.0900.230.29
HSL82.86º22.34%63.14%-
HSV(B)82.86º23.08%71.37%-
XYZ37.1943.4631.24-
YUV172.43109.7123.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.02%
GREEN value IS 182 (71.48% from 255) = 37.30%
BLUE value IS 140 (55.08% from 255) = 28.69%
R=34.02%
G=37.30%
B=28.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661821400.0900.230.2982.8622.3463.14
HexA6B68C90171D53163f
Octal24626621411027351232677
Binary101001101011011010001100100101011111101101001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B68C; }

 p { color: rgb(166,182,140); }

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

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

 a { background-color: rgb(166,182,140); }

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

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

 span { border-color: rgb(166,182,140); }

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