#A8B59A

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

Shades of Norway #A8B59A

Tints of Norway #A8B59A

Color information

#A8B59A (or 0xA8B59A) is unknown color: approx Norway. HEX triplet: A8, B5 and 9A. RGB value is (168,181,154). Sum of RGB (Red+Green+Blue) = 168+181+154=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B59A is #574A65. Grayscale: #AEAEAE. Windows color (decimal): -5720678 or 10139048. OLE color: 10139048.

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

Color convert

RGB168181154-
CMYK0.0700.150.29
HSL88.89º15.43%65.69%-
HSV(B)88.89º14.92%70.98%-
XYZ38.5143.7136.98-
YUV174.04116.69123.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.40%
GREEN value IS 181 (71.09% from 255) = 35.98%
BLUE value IS 154 (60.55% from 255) = 30.62%
R=33.40%
G=35.98%
B=30.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681811540.0700.150.2988.8915.4365.69
HexA8B59A70F1D59f42
Octal25026523270173513117102
Binary1010100010110101100110101110111111101101100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B59A; }

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

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

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

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

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

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

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

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