#A2BC93

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

Shades of Norway #A2BC93

Tints of Norway #A2BC93

Color information

#A2BC93 (or 0xA2BC93) is unknown color: approx Norway. HEX triplet: A2, BC and 93. RGB value is (162,188,147). Sum of RGB (Red+Green+Blue) = 162+188+147=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BC93 is #5D436C. Grayscale: #AFAFAF. Windows color (decimal): -6112109 or 9682082. OLE color: 9682082.

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

Color convert

RGB162188147-
CMYK0.1400.220.26
HSL98.05º23.43%65.69%-
HSV(B)98.05º21.81%73.73%-
XYZ38.1545.7534.42-
YUV175.55111.89118.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.60%
GREEN value IS 188 (73.83% from 255) = 37.83%
BLUE value IS 147 (57.81% from 255) = 29.58%
R=32.60%
G=37.83%
B=29.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621881470.1400.220.2698.0523.4365.69
HexA2BC93E0161A621742
Octal242274223160263214227102
Binary1010001010111100100100111110010110110101100010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BC93; }

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

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

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

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

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

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

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

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