#A6BE8D

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

Shades of Norway #A6BE8D

Tints of Norway #A6BE8D

Color information

#A6BE8D (or 0xA6BE8D) is unknown color: approx Norway. HEX triplet: A6, BE and 8D. RGB value is (166,190,141). Sum of RGB (Red+Green+Blue) = 166+190+141=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BE8D is #594172. Grayscale: #B1B1B1. Windows color (decimal): -5849459 or 9289382. OLE color: 9289382.

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

Color convert

RGB166190141-
CMYK0.1300.260.25
HSL89.39º27.37%64.9%-
HSV(B)89.39º25.79%74.51%-
XYZ38.9546.8632.19-
YUV177.24107.55119.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.40%
GREEN value IS 190 (74.61% from 255) = 38.23%
BLUE value IS 141 (55.47% from 255) = 28.37%
R=33.40%
G=38.23%
B=28.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661901410.1300.260.2589.3927.3764.9
HexA6BE8DD01A19591b41
Octal246276215150323113133101
Binary1010011010111110100011011101011010110011011001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BE8D; }

 p { color: rgb(166,190,141); }

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

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

 a { background-color: rgb(166,190,141); }

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

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

 span { border-color: rgb(166,190,141); }

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