#A8B597

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

Shades of Norway #A8B597

Tints of Norway #A8B597

Color information

#A8B597 (or 0xA8B597) is unknown color: approx Norway. HEX triplet: A8, B5 and 97. RGB value is (168,181,151). Sum of RGB (Red+Green+Blue) = 168+181+151=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B597 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B597 is #574A68. Grayscale: #ADADAD. Windows color (decimal): -5720681 or 9942440. OLE color: 9942440.

HSL color Cylindrical-coordinate representation of color #A8B597: hue angle of 86º 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 #A8B597 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB168181151-
CMYK0.0700.170.29
HSL86º16.85%65.1%-
HSV(B)86º16.57%70.98%-
XYZ38.2643.6135.68-
YUV173.69115.19123.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.6%
GREEN value IS 181 (71.09% from 255) = 36.2%
BLUE value IS 151 (59.38% from 255) = 30.2%
R=33.6%
G=36.2%
B=30.2%

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
Decimal1681811510.0700.170.298616.8565.1
HexA8B59770111D561141
Octal25026522770213512621101
Binary101010001011010110010111111010001111011010110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B597; }

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

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

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

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

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

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

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

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