#A6BC96

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

Shades of Norway #A6BC96

Tints of Norway #A6BC96

Color information

#A6BC96 (or 0xA6BC96) is unknown color: approx Norway. HEX triplet: A6, BC and 96. RGB value is (166,188,150). Sum of RGB (Red+Green+Blue) = 166+188+150=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BC96 is #594369. Grayscale: #B1B1B1. Windows color (decimal): -5849962 or 9878694. OLE color: 9878694.

HSL color Cylindrical-coordinate representation of color #A6BC96: hue angle of 94.74º 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 #A6BC96 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB166188150-
CMYK0.1200.200.26
HSL94.74º22.09%66.27%-
HSV(B)94.74º20.21%73.73%-
XYZ39.2146.2835.72-
YUV177.09112.71120.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.94%
GREEN value IS 188 (73.83% from 255) = 37.30%
BLUE value IS 150 (58.98% from 255) = 29.76%
R=32.94%
G=37.30%
B=29.76%

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
Decimal1661881500.1200.200.2694.7422.0966.27
HexA6BC96C0141A5f1642
Octal246274226140243213726102
Binary1010011010111100100101101100010100110101011111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BC96; }

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

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

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

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

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

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

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

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