#A2BC83

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

Shades of Norway #A2BC83

Tints of Norway #A2BC83

Color information

#A2BC83 (or 0xA2BC83) is unknown color: approx Norway. HEX triplet: A2, BC and 83. RGB value is (162,188,131). Sum of RGB (Red+Green+Blue) = 162+188+131=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BC83 is #5D437C. Grayscale: #ADADAD. Windows color (decimal): -6112125 or 8633506. OLE color: 8633506.

HSL color Cylindrical-coordinate representation of color #A2BC83: hue angle of 87.37º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2BC83 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB162188131-
CMYK0.1400.300.26
HSL87.37º29.84%62.55%-
HSV(B)87.37º30.32%73.73%-
XYZ36.9845.2928.26-
YUV173.73103.89119.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.68%
GREEN value IS 188 (73.83% from 255) = 39.09%
BLUE value IS 131 (51.56% from 255) = 27.23%
R=33.68%
G=39.09%
B=27.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621881310.1400.300.2687.3729.8462.55
HexA2BC83E01E1A571e3f
Octal24227420316036321273677
Binary101000101011110010000011111001111011010101011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BC83; }

 p { color: rgb(162,188,131); }

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

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

 a { background-color: rgb(162,188,131); }

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

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

 span { border-color: rgb(162,188,131); }

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