#A1BC84

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

Shades of Norway #A1BC84

Tints of Norway #A1BC84

Color information

#A1BC84 (or 0xA1BC84) is unknown color: approx Norway. HEX triplet: A1, BC and 84. RGB value is (161,188,132). Sum of RGB (Red+Green+Blue) = 161+188+132=481 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.47% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BC84 is #5E437B. Grayscale: #ADADAD. Windows color (decimal): -6177660 or 8699041. OLE color: 8699041.

HSL color Cylindrical-coordinate representation of color #A1BC84: hue angle of 88.93º degrees, saturation: 0.29, 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 #A1BC84 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB161188132-
CMYK0.1400.300.26
HSL88.93º29.47%62.75%-
HSV(B)88.93º29.79%73.73%-
XYZ36.8545.2128.61-
YUV173.54104.55119.05-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.47%
GREEN value IS 188 (73.83% from 255) = 39.09%
BLUE value IS 132 (51.95% from 255) = 27.44%
R=33.47%
G=39.09%
B=27.44%

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
Decimal1611881320.1400.300.2688.9329.4762.75
HexA1BC84E01E1A591d3f
Octal24127420416036321313577
Binary101000011011110010000100111001111011010101100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BC84; }

 p { color: rgb(161,188,132); }

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

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

 a { background-color: rgb(161,188,132); }

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

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

 span { border-color: rgb(161,188,132); }

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