#A2B695

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

Shades of Norway #A2B695

Tints of Norway #A2B695

Color information

#A2B695 (or 0xA2B695) is unknown color: approx Norway. HEX triplet: A2, B6 and 95. RGB value is (162,182,149). Sum of RGB (Red+Green+Blue) = 162+182+149=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B695 is #5D496A. Grayscale: #ACACAC. Windows color (decimal): -6113643 or 9811618. OLE color: 9811618.

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

Color convert

RGB162182149-
CMYK0.1100.180.29
HSL96.36º18.44%64.9%-
HSV(B)96.36º18.13%71.37%-
XYZ37.0543.3134.84-
YUV172.26114.87120.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.86%
GREEN value IS 182 (71.48% from 255) = 36.92%
BLUE value IS 149 (58.59% from 255) = 30.22%
R=32.86%
G=36.92%
B=30.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621821490.1100.180.2996.3618.4464.9
HexA2B695B0121D601241
Octal242266225130223514022101
Binary1010001010110110100101011011010010111011100000100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B695; }

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

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

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

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

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

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

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

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