#A6BE91

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

Shades of Norway #A6BE91

Tints of Norway #A6BE91

Color information

#A6BE91 (or 0xA6BE91) is unknown color: approx Norway. HEX triplet: A6, BE and 91. RGB value is (166,190,145). Sum of RGB (Red+Green+Blue) = 166+190+145=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BE91 is #59416E. Grayscale: #B1B1B1. Windows color (decimal): -5849455 or 9551526. OLE color: 9551526.

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

Color convert

RGB166190145-
CMYK0.1300.240.25
HSL92º25.71%65.69%-
HSV(B)92º23.68%74.51%-
XYZ39.2546.9833.79-
YUV177.69109.55119.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.13%
GREEN value IS 190 (74.61% from 255) = 37.92%
BLUE value IS 145 (57.03% from 255) = 28.94%
R=33.13%
G=37.92%
B=28.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661901450.1300.240.259225.7165.69
HexA6BE91D018195c1a42
Octal246276221150303113432102
Binary1010011010111110100100011101011000110011011100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BE91; }

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

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

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

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

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

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

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

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