#A0B68F

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

Shades of Norway #A0B68F

Tints of Norway #A0B68F

Color information

#A0B68F (or 0xA0B68F) is unknown color: approx Norway. HEX triplet: A0, B6 and 8F. RGB value is (160,182,143). Sum of RGB (Red+Green+Blue) = 160+182+143=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B68F is #5F4970. Grayscale: #ABABAB. Windows color (decimal): -6244721 or 9418400. OLE color: 9418400.

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

Color convert

RGB160182143-
CMYK0.1200.210.29
HSL93.85º21.08%63.73%-
HSV(B)93.85º21.43%71.37%-
XYZ36.1842.9132.36-
YUV170.98112.21120.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.99%
GREEN value IS 182 (71.48% from 255) = 37.53%
BLUE value IS 143 (56.25% from 255) = 29.48%
R=32.99%
G=37.53%
B=29.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601821430.1200.210.2993.8521.0863.73
HexA0B68FC0151D5e1540
Octal240266217140253513625100
Binary1010000010110110100011111100010101111011011110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B68F; }

 p { color: rgb(160,182,143); }

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

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

 a { background-color: rgb(160,182,143); }

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

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

 span { border-color: rgb(160,182,143); }

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