#A6B499

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

Shades of Norway #A6B499

Tints of Norway #A6B499

Color information

#A6B499 (or 0xA6B499) is unknown color: approx Norway. HEX triplet: A6, B4 and 99. RGB value is (166,180,153). Sum of RGB (Red+Green+Blue) = 166+180+153=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B499 is #594B66. Grayscale: #ACACAC. Windows color (decimal): -5852007 or 10073254. OLE color: 10073254.

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

Color convert

RGB166180153-
CMYK0.0800.150.29
HSL91.11º15.25%65.29%-
HSV(B)91.11º15%70.59%-
XYZ37.843.0536.45-
YUV172.74116.86123.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.27%
GREEN value IS 180 (70.70% from 255) = 36.07%
BLUE value IS 153 (60.16% from 255) = 30.66%
R=33.27%
G=36.07%
B=30.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661801530.0800.150.2991.1115.2565.29
HexA6B49980F1D5bf41
Octal246264231100173513317101
Binary10100110101101001001100110000111111101101101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B499; }

 p { color: rgb(166,180,153); }

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

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

 a { background-color: rgb(166,180,153); }

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

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

 span { border-color: rgb(166,180,153); }

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