#A8B39A

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

Shades of Norway #A8B39A

Tints of Norway #A8B39A

Color information

#A8B39A (or 0xA8B39A) is unknown color: approx Norway. HEX triplet: A8, B3 and 9A. RGB value is (168,179,154). Sum of RGB (Red+Green+Blue) = 168+179+154=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 154 (60.55% from 255 or 30.74% from 501); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B39A is #574C65. Grayscale: #ACACAC. Windows color (decimal): -5721190 or 10138536. OLE color: 10138536.

HSL color Cylindrical-coordinate representation of color #A8B39A: hue angle of 86.4º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8B39A is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB168179154-
CMYK0.0600.140.30
HSL86.4º14.12%65.29%-
HSV(B)86.4º13.97%70.2%-
XYZ38.142.936.84-
YUV172.86117.36124.53-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.53%
GREEN value IS 179 (70.31% from 255) = 35.73%
BLUE value IS 154 (60.55% from 255) = 30.74%
R=33.53%
G=35.73%
B=30.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1681791540.0600.140.3086.414.1265.29
HexA8B39A60E1E56e41
Octal25026323260163612616101
Binary1010100010110011100110101100111011110101011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B39A; }

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

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

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

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

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

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

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

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