#A1B588

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

Shades of Norway #A1B588

Tints of Norway #A1B588

Color information

#A1B588 (or 0xA1B588) is unknown color: approx Norway. HEX triplet: A1, B5 and 88. RGB value is (161,181,136). Sum of RGB (Red+Green+Blue) = 161+181+136=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 181 - color contains mainly: green. Hex color #A1B588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B588 is #5E4A77. Grayscale: #AAAAAA. Windows color (decimal): -6179448 or 8959393. OLE color: 8959393.

HSL color Cylindrical-coordinate representation of color #A1B588: hue angle of 86.67º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1B588 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB161181136-
CMYK0.1100.250.29
HSL86.67º23.32%62.16%-
HSV(B)86.67º24.86%70.98%-
XYZ35.6742.429.6-
YUV169.89108.87121.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.68%
GREEN value IS 181 (71.09% from 255) = 37.87%
BLUE value IS 136 (53.52% from 255) = 28.45%
R=33.68%
G=37.87%
B=28.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611811360.1100.250.2986.6723.3262.16
HexA1B588B0191D57173e
Octal24126521013031351272776
Binary101000011011010110001000101101100111101101011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B588; }

 p { color: rgb(161,181,136); }

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

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

 a { background-color: rgb(161,181,136); }

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

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

 span { border-color: rgb(161,181,136); }

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