#A6BE96

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

Shades of Norway #A6BE96

Tints of Norway #A6BE96

Color information

#A6BE96 (or 0xA6BE96) is unknown color: approx Norway. HEX triplet: A6, BE and 96. RGB value is (166,190,150). Sum of RGB (Red+Green+Blue) = 166+190+150=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BE96 is #594169. Grayscale: #B2B2B2. Windows color (decimal): -5849450 or 9879206. OLE color: 9879206.

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

Color convert

RGB166190150-
CMYK0.1300.210.25
HSL96º23.53%66.67%-
HSV(B)96º21.05%74.51%-
XYZ39.6447.1435.86-
YUV178.26112.05119.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.81%
GREEN value IS 190 (74.61% from 255) = 37.55%
BLUE value IS 150 (58.98% from 255) = 29.64%
R=32.81%
G=37.55%
B=29.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661901500.1300.210.259623.5366.67
HexA6BE96D01519601843
Octal246276226150253114030103
Binary1010011010111110100101101101010101110011100000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BE96; }

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

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

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

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

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

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

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

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