#A6BC97

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

Shades of Norway #A6BC97

Tints of Norway #A6BC97

Color information

#A6BC97 (or 0xA6BC97) is unknown color: approx Norway. HEX triplet: A6, BC and 97. RGB value is (166,188,151). Sum of RGB (Red+Green+Blue) = 166+188+151=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BC97 is #594368. Grayscale: #B1B1B1. Windows color (decimal): -5849961 or 9944230. OLE color: 9944230.

HSL color Cylindrical-coordinate representation of color #A6BC97: hue angle of 95.68º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6BC97 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB166188151-
CMYK0.1200.200.26
HSL95.68º21.64%66.47%-
HSV(B)95.68º19.68%73.73%-
XYZ39.346.3136.15-
YUV177.2113.21120.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.87%
GREEN value IS 188 (73.83% from 255) = 37.23%
BLUE value IS 151 (59.38% from 255) = 29.90%
R=32.87%
G=37.23%
B=29.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661881510.1200.200.2695.6821.6466.47
HexA6BC97C0141A601642
Octal246274227140243214026102
Binary1010011010111100100101111100010100110101100000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BC97; }

 p { color: rgb(166,188,151); }

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

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

 a { background-color: rgb(166,188,151); }

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

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

 span { border-color: rgb(166,188,151); }

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