#A4B699

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

Shades of Norway #A4B699

Tints of Norway #A4B699

Color information

#A4B699 (or 0xA4B699) is unknown color: approx Norway. HEX triplet: A4, B6 and 99. RGB value is (164,182,153). Sum of RGB (Red+Green+Blue) = 164+182+153=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B699 is #5B4966. Grayscale: #ADADAD. Windows color (decimal): -5982567 or 10073764. OLE color: 10073764.

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

Color convert

RGB164182153-
CMYK0.1000.160.29
HSL97.24º16.57%65.69%-
HSV(B)97.24º15.93%71.37%-
XYZ37.7943.6536.57-
YUV173.31116.54121.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.87%
GREEN value IS 182 (71.48% from 255) = 36.47%
BLUE value IS 153 (60.16% from 255) = 30.66%
R=32.87%
G=36.47%
B=30.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641821530.1000.160.2997.2416.5765.69
HexA4B699A0101D611142
Octal244266231120203514121102
Binary1010010010110110100110011010010000111011100001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B699; }

 p { color: rgb(164,182,153); }

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

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

 a { background-color: rgb(164,182,153); }

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

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

 span { border-color: rgb(164,182,153); }

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