#A6B999

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

Shades of Norway #A6B999

Tints of Norway #A6B999

Color information

#A6B999 (or 0xA6B999) is unknown color: approx Norway. HEX triplet: A6, B9 and 99. RGB value is (166,185,153). Sum of RGB (Red+Green+Blue) = 166+185+153=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B999 is #594666. Grayscale: #AFAFAF. Windows color (decimal): -5850727 or 10074534. OLE color: 10074534.

HSL color Cylindrical-coordinate representation of color #A6B999: hue angle of 95.62º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6B999 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB166185153-
CMYK0.1000.170.27
HSL95.62º18.6%66.27%-
HSV(B)95.62º17.3%72.55%-
XYZ38.8245.136.8-
YUV175.67115.21121.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.94%
GREEN value IS 185 (72.66% from 255) = 36.71%
BLUE value IS 153 (60.16% from 255) = 30.36%
R=32.94%
G=36.71%
B=30.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661851530.1000.170.2795.6218.666.27
HexA6B999A0111B601342
Octal246271231120213314023102
Binary1010011010111001100110011010010001110111100000100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B999; }

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

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

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

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

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

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

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

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