#A8B59B

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

Shades of Norway #A8B59B

Tints of Norway #A8B59B

Color information

#A8B59B (or 0xA8B59B) is unknown color: approx Norway. HEX triplet: A8, B5 and 9B. RGB value is (168,181,155). Sum of RGB (Red+Green+Blue) = 168+181+155=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B59B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B59B is #574A64. Grayscale: #AEAEAE. Windows color (decimal): -5720677 or 10204584. OLE color: 10204584.

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

Color convert

RGB168181155-
CMYK0.0700.140.29
HSL90º14.94%65.88%-
HSV(B)90º14.36%70.98%-
XYZ38.5943.7437.42-
YUV174.15117.19123.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.33%
GREEN value IS 181 (71.09% from 255) = 35.91%
BLUE value IS 155 (60.94% from 255) = 30.75%
R=33.33%
G=35.91%
B=30.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681811550.0700.140.299014.9465.88
HexA8B59B70E1D5af42
Octal25026523370163513217102
Binary1010100010110101100110111110111011101101101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B59B; }

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

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

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

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

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

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

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

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