#A6BE86

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

Shades of Norway #A6BE86

Tints of Norway #A6BE86

Color information

#A6BE86 (or 0xA6BE86) is unknown color: approx Norway. HEX triplet: A6, BE and 86. RGB value is (166,190,134). Sum of RGB (Red+Green+Blue) = 166+190+134=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BE86 is #594179. Grayscale: #B0B0B0. Windows color (decimal): -5849466 or 8830630. OLE color: 8830630.

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

Color convert

RGB166190134-
CMYK0.1300.290.25
HSL85.71º30.11%63.53%-
HSV(B)85.71º29.47%74.51%-
XYZ38.4446.6629.53-
YUV176.44104.05120.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.88%
GREEN value IS 190 (74.61% from 255) = 38.78%
BLUE value IS 134 (52.73% from 255) = 27.35%
R=33.88%
G=38.78%
B=27.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661901340.1300.290.2585.7130.1163.53
HexA6BE86D01D19561e40
Octal246276206150353112636100
Binary1010011010111110100001101101011101110011010110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BE86; }

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

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

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

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

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

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

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

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