#A1C185

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

Shades of Norway #A1C185

Tints of Norway #A1C185

Color information

#A1C185 (or 0xA1C185) is unknown color: approx Norway. HEX triplet: A1, C1 and 85. RGB value is (161,193,133). Sum of RGB (Red+Green+Blue) = 161+193+133=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 193 (75.78% from 255 or 39.63% from 487); Blue value is 133 (52.34% from 255 or 27.31% from 487); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C185 is #5E3E7A. Grayscale: #B0B0B0. Windows color (decimal): -6176379 or 8765857. OLE color: 8765857.

HSL color Cylindrical-coordinate representation of color #A1C185: hue angle of 92º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1C185 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB161193133-
CMYK0.1700.310.24
HSL92º32.61%63.92%-
HSV(B)92º31.09%75.69%-
XYZ3847.4129.34-
YUV176.59103.4116.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.06%
GREEN value IS 193 (75.78% from 255) = 39.63%
BLUE value IS 133 (52.34% from 255) = 27.31%
R=33.06%
G=39.63%
B=27.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611931330.1700.310.249232.6163.92
HexA1C1851101F185c2140
Octal241301205210373013441100
Binary101000011100000110000101100010111111100010111001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C185; }

 p { color: rgb(161,193,133); }

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

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

 a { background-color: rgb(161,193,133); }

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

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

 span { border-color: rgb(161,193,133); }

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