#A2B694

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

Shades of Norway #A2B694

Tints of Norway #A2B694

Color information

#A2B694 (or 0xA2B694) is unknown color: approx Norway. HEX triplet: A2, B6 and 94. RGB value is (162,182,148). Sum of RGB (Red+Green+Blue) = 162+182+148=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B694 is #5D496B. Grayscale: #ACACAC. Windows color (decimal): -6113644 or 9746082. OLE color: 9746082.

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

Color convert

RGB162182148-
CMYK0.1100.190.29
HSL95.29º18.89%64.71%-
HSV(B)95.29º18.68%71.37%-
XYZ36.9743.2834.42-
YUV172.14114.37120.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.93%
GREEN value IS 182 (71.48% from 255) = 36.99%
BLUE value IS 148 (58.20% from 255) = 30.08%
R=32.93%
G=36.99%
B=30.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621821480.1100.190.2995.2918.8964.71
HexA2B694B0131D5f1341
Octal242266224130233513723101
Binary1010001010110110100101001011010011111011011111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B694; }

 p { color: rgb(162,182,148); }

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

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

 a { background-color: rgb(162,182,148); }

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

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

 span { border-color: rgb(162,182,148); }

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