#A6B592

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

Shades of Norway #A6B592

Tints of Norway #A6B592

Color information

#A6B592 (or 0xA6B592) is unknown color: approx Norway. HEX triplet: A6, B5 and 92. RGB value is (166,181,146). Sum of RGB (Red+Green+Blue) = 166+181+146=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 181 (71.09% from 255 or 36.71% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B592 is #594A6D. Grayscale: #ACACAC. Windows color (decimal): -5851758 or 9614758. OLE color: 9614758.

HSL color Cylindrical-coordinate representation of color #A6B592: hue angle of 85.71º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6B592 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB166181146-
CMYK0.0800.190.29
HSL85.71º19.13%64.12%-
HSV(B)85.71º19.34%70.98%-
XYZ37.4443.2333.57-
YUV172.52113.03123.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.67%
GREEN value IS 181 (71.09% from 255) = 36.71%
BLUE value IS 146 (57.42% from 255) = 29.61%
R=33.67%
G=36.71%
B=29.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661811460.0800.190.2985.7119.1364.12
HexA6B59280131D561340
Octal246265222100233512623100
Binary1010011010110101100100101000010011111011010110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B592; }

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

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

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

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

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

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

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

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