#A6B79B

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

Shades of Norway #A6B79B

Tints of Norway #A6B79B

Color information

#A6B79B (or 0xA6B79B) is unknown color: approx Norway. HEX triplet: A6, B7 and 9B. RGB value is (166,183,155). Sum of RGB (Red+Green+Blue) = 166+183+155=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B79B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B79B is #594864. Grayscale: #AEAEAE. Windows color (decimal): -5851237 or 10205094. OLE color: 10205094.

HSL color Cylindrical-coordinate representation of color #A6B79B: hue angle of 96.43º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6B79B is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB166183155-
CMYK0.0900.150.28
HSL96.43º16.28%66.27%-
HSV(B)96.43º15.3%71.76%-
XYZ38.5844.3437.54-
YUV174.73116.87121.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.94%
GREEN value IS 183 (71.88% from 255) = 36.31%
BLUE value IS 155 (60.94% from 255) = 30.75%
R=32.94%
G=36.31%
B=30.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1661831550.0900.150.2896.4316.2866.27
HexA6B79B90F1C601042
Octal246267233110173414020102
Binary101001101011011110011011100101111111001100000100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B79B; }

 p { color: rgb(166,183,155); }

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

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

 a { background-color: rgb(166,183,155); }

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

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

 span { border-color: rgb(166,183,155); }

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