#A6C292

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

Shades of Norway #A6C292

Tints of Norway #A6C292

Color information

#A6C292 (or 0xA6C292) is unknown color: approx Norway. HEX triplet: A6, C2 and 92. RGB value is (166,194,146). Sum of RGB (Red+Green+Blue) = 166+194+146=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C292 is #593D6D. Grayscale: #B4B4B4. Windows color (decimal): -5848430 or 9618086. OLE color: 9618086.

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

Color convert

RGB166194146-
CMYK0.1400.250.24
HSL95º28.24%66.67%-
HSV(B)95º24.74%76.08%-
XYZ40.2148.7734.49-
YUV180.16108.72117.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.81%
GREEN value IS 194 (76.17% from 255) = 38.34%
BLUE value IS 146 (57.42% from 255) = 28.85%
R=32.81%
G=38.34%
B=28.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661941460.1400.250.249528.2466.67
HexA6C292E019185f1c43
Octal246302222160313013734103
Binary1010011011000010100100101110011001110001011111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C292; }

 p { color: rgb(166,194,146); }

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

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

 a { background-color: rgb(166,194,146); }

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

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

 span { border-color: rgb(166,194,146); }

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