#A8B79A

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

Shades of Norway #A8B79A

Tints of Norway #A8B79A

Color information

#A8B79A (or 0xA8B79A) is unknown color: approx Norway. HEX triplet: A8, B7 and 9A. RGB value is (168,183,154). Sum of RGB (Red+Green+Blue) = 168+183+154=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B79A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B79A is #574865. Grayscale: #AFAFAF. Windows color (decimal): -5720166 or 10139560. OLE color: 10139560.

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

Color convert

RGB168183154-
CMYK0.0800.160.28
HSL91.03º16.76%66.08%-
HSV(B)91.03º15.85%71.76%-
XYZ38.9144.5237.11-
YUV175.21116.03122.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.27%
GREEN value IS 183 (71.88% from 255) = 36.24%
BLUE value IS 154 (60.55% from 255) = 30.50%
R=33.27%
G=36.24%
B=30.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681831540.0800.160.2891.0316.7666.08
HexA8B79A80101C5b1142
Octal250267232100203413321102
Binary1010100010110111100110101000010000111001011011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B79A; }

 p { color: rgb(168,183,154); }

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

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

 a { background-color: rgb(168,183,154); }

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

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

 span { border-color: rgb(168,183,154); }

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