#A1BD92

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

Shades of Norway #A1BD92

Tints of Norway #A1BD92

Color information

#A1BD92 (or 0xA1BD92) is unknown color: approx Norway. HEX triplet: A1, BD and 92. RGB value is (161,189,146). Sum of RGB (Red+Green+Blue) = 161+189+146=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 189 - color contains mainly: green. Hex color #A1BD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BD92 is #5E426D. Grayscale: #AFAFAF. Windows color (decimal): -6177390 or 9616801. OLE color: 9616801.

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

Color convert

RGB161189146-
CMYK0.1500.230.26
HSL99.07º24.57%65.69%-
HSV(B)99.07º22.75%74.12%-
XYZ38.0846.0534.07-
YUV175.73111.22117.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.46%
GREEN value IS 189 (74.22% from 255) = 38.10%
BLUE value IS 146 (57.42% from 255) = 29.44%
R=32.46%
G=38.10%
B=29.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611891460.1500.230.2699.0724.5765.69
HexA1BD92F0171A631942
Octal241275222170273214331102
Binary1010000110111101100100101111010111110101100011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BD92; }

 p { color: rgb(161,189,146); }

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

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

 a { background-color: rgb(161,189,146); }

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

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

 span { border-color: rgb(161,189,146); }

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