#A8BD8E

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

Shades of Norway #A8BD8E

Tints of Norway #A8BD8E

Color information

#A8BD8E (or 0xA8BD8E) is unknown color: approx Norway. HEX triplet: A8, BD and 8E. RGB value is (168,189,142). Sum of RGB (Red+Green+Blue) = 168+189+142=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BD8E is #574271. Grayscale: #B1B1B1. Windows color (decimal): -5718642 or 9354664. OLE color: 9354664.

HSL color Cylindrical-coordinate representation of color #A8BD8E: hue angle of 86.81º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8BD8E is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB168189142-
CMYK0.1100.250.26
HSL86.81º26.26%64.9%-
HSV(B)86.81º24.87%74.12%-
XYZ39.2346.6732.53-
YUV177.36108.04121.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.67%
GREEN value IS 189 (74.22% from 255) = 37.88%
BLUE value IS 142 (55.86% from 255) = 28.46%
R=33.67%
G=37.88%
B=28.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681891420.1100.250.2686.8126.2664.9
HexA8BD8EB0191A571a41
Octal250275216130313212732101
Binary1010100010111101100011101011011001110101010111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BD8E; }

 p { color: rgb(168,189,142); }

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

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

 a { background-color: rgb(168,189,142); }

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

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

 span { border-color: rgb(168,189,142); }

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