#A8B593

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

Shades of Norway #A8B593

Tints of Norway #A8B593

Color information

#A8B593 (or 0xA8B593) is unknown color: approx Norway. HEX triplet: A8, B5 and 93. RGB value is (168,181,147). Sum of RGB (Red+Green+Blue) = 168+181+147=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B593 is #574A6C. Grayscale: #ADADAD. Windows color (decimal): -5720685 or 9680296. OLE color: 9680296.

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

Color convert

RGB168181147-
CMYK0.0700.190.29
HSL82.94º18.68%64.31%-
HSV(B)82.94º18.78%70.98%-
XYZ37.9443.4834-
YUV173.24113.19124.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.87%
GREEN value IS 181 (71.09% from 255) = 36.49%
BLUE value IS 147 (57.81% from 255) = 29.64%
R=33.87%
G=36.49%
B=29.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681811470.0700.190.2982.9418.6864.31
HexA8B59370131D531340
Octal25026522370233512323100
Binary101010001011010110010011111010011111011010011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B593; }

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

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

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

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

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

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

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

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