#A2C188

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

Shades of Norway #A2C188

Tints of Norway #A2C188

Color information

#A2C188 (or 0xA2C188) is unknown color: approx Norway. HEX triplet: A2, C1 and 88. RGB value is (162,193,136). Sum of RGB (Red+Green+Blue) = 162+193+136=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C188 is #5D3E77. Grayscale: #B1B1B1. Windows color (decimal): -6110840 or 8962466. OLE color: 8962466.

HSL color Cylindrical-coordinate representation of color #A2C188: hue angle of 92.63º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2C188 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB162193136-
CMYK0.1600.300.24
HSL92.63º31.49%64.51%-
HSV(B)92.63º29.53%75.69%-
XYZ38.4147.630.46-
YUV177.23104.73117.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.99%
GREEN value IS 193 (75.78% from 255) = 39.31%
BLUE value IS 136 (53.52% from 255) = 27.70%
R=32.99%
G=39.31%
B=27.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621931360.1600.300.2492.6331.4964.51
HexA2C1881001E185d1f41
Octal242301210200363013537101
Binary10100010110000011000100010000011110110001011101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C188; }

 p { color: rgb(162,193,136); }

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

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

 a { background-color: rgb(162,193,136); }

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

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

 span { border-color: rgb(162,193,136); }

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