#A6BE85

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

Shades of Norway #A6BE85

Tints of Norway #A6BE85

Color information

#A6BE85 (or 0xA6BE85) is unknown color: approx Norway. HEX triplet: A6, BE and 85. RGB value is (166,190,133). Sum of RGB (Red+Green+Blue) = 166+190+133=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BE85 is #59417A. Grayscale: #B0B0B0. Windows color (decimal): -5849467 or 8765094. OLE color: 8765094.

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

Color convert

RGB166190133-
CMYK0.1300.30.25
HSL85.26º30.48%63.33%-
HSV(B)85.26º30%74.51%-
XYZ38.3746.6329.17-
YUV176.33103.55120.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.95%
GREEN value IS 190 (74.61% from 255) = 38.85%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=33.95%
G=38.85%
B=27.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661901330.1300.30.2585.2630.4863.33
HexA6BE85D01E19551e3f
Octal24627620515036311253677
Binary101001101011111010000101110101111011001101010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BE85; }

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

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

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

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

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

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

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

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