#A6BE84

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

Shades of Norway #A6BE84

Tints of Norway #A6BE84

Color information

#A6BE84 (or 0xA6BE84) is unknown color: approx Norway. HEX triplet: A6, BE and 84. RGB value is (166,190,132). Sum of RGB (Red+Green+Blue) = 166+190+132=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BE84 is #59417B. Grayscale: #B0B0B0. Windows color (decimal): -5849468 or 8699558. OLE color: 8699558.

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

Color convert

RGB166190132-
CMYK0.1300.310.25
HSL84.83º30.85%63.14%-
HSV(B)84.83º30.53%74.51%-
XYZ38.346.628.81-
YUV176.21103.05120.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.02%
GREEN value IS 190 (74.61% from 255) = 38.93%
BLUE value IS 132 (51.95% from 255) = 27.05%
R=34.02%
G=38.93%
B=27.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661901320.1300.310.2584.8330.8563.14
HexA6BE84D01F19551f3f
Octal24627620415037311253777
Binary101001101011111010000100110101111111001101010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BE84; }

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

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

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

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

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

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

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

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