#A6BE93

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

Shades of Norway #A6BE93

Tints of Norway #A6BE93

Color information

#A6BE93 (or 0xA6BE93) is unknown color: approx Norway. HEX triplet: A6, BE and 93. RGB value is (166,190,147). Sum of RGB (Red+Green+Blue) = 166+190+147=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BE93 is #59416C. Grayscale: #B2B2B2. Windows color (decimal): -5849453 or 9682598. OLE color: 9682598.

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

Color convert

RGB166190147-
CMYK0.1300.230.25
HSL93.49º24.86%66.08%-
HSV(B)93.49º22.63%74.51%-
XYZ39.4147.0434.61-
YUV177.92110.55119.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.00%
GREEN value IS 190 (74.61% from 255) = 37.77%
BLUE value IS 147 (57.81% from 255) = 29.22%
R=33.00%
G=37.77%
B=29.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661901470.1300.230.2593.4924.8666.08
HexA6BE93D017195d1942
Octal246276223150273113531102
Binary1010011010111110100100111101010111110011011101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BE93; }

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

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

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

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

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

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

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

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