#A8B596

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

Shades of Norway #A8B596

Tints of Norway #A8B596

Color information

#A8B596 (or 0xA8B596) is unknown color: approx Norway. HEX triplet: A8, B5 and 96. RGB value is (168,181,150). Sum of RGB (Red+Green+Blue) = 168+181+150=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B596 is #574A69. Grayscale: #ADADAD. Windows color (decimal): -5720682 or 9876904. OLE color: 9876904.

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

Color convert

RGB168181150-
CMYK0.0700.170.29
HSL85.16º17.32%64.9%-
HSV(B)85.16º17.13%70.98%-
XYZ38.1843.5735.25-
YUV173.58114.69124.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.67%
GREEN value IS 181 (71.09% from 255) = 36.27%
BLUE value IS 150 (58.98% from 255) = 30.06%
R=33.67%
G=36.27%
B=30.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681811500.0700.170.2985.1617.3264.9
HexA8B59670111D551141
Octal25026522670213512521101
Binary101010001011010110010110111010001111011010101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B596; }

 p { color: rgb(168,181,150); }

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

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

 a { background-color: rgb(168,181,150); }

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

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

 span { border-color: rgb(168,181,150); }

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