#A6BE87

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

Shades of Norway #A6BE87

Tints of Norway #A6BE87

Color information

#A6BE87 (or 0xA6BE87) is unknown color: approx Norway. HEX triplet: A6, BE and 87. RGB value is (166,190,135). Sum of RGB (Red+Green+Blue) = 166+190+135=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BE87 is #594178. Grayscale: #B0B0B0. Windows color (decimal): -5849465 or 8896166. OLE color: 8896166.

HSL color Cylindrical-coordinate representation of color #A6BE87: hue angle of 86.18º 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 #A6BE87 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB166190135-
CMYK0.1300.290.25
HSL86.18º29.73%63.73%-
HSV(B)86.18º28.95%74.51%-
XYZ38.5146.6829.9-
YUV176.55104.55120.47-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.81%
GREEN value IS 190 (74.61% from 255) = 38.70%
BLUE value IS 135 (53.12% from 255) = 27.49%
R=33.81%
G=38.70%
B=27.49%

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
Decimal1661901350.1300.290.2586.1829.7363.73
HexA6BE87D01D19561e40
Octal246276207150353112636100
Binary1010011010111110100001111101011101110011010110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BE87; }

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

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

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

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

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

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

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

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