#A1BB92

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

Shades of Norway #A1BB92

Tints of Norway #A1BB92

Color information

#A1BB92 (or 0xA1BB92) is unknown color: approx Norway. HEX triplet: A1, BB and 92. RGB value is (161,187,146). Sum of RGB (Red+Green+Blue) = 161+187+146=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BB92 is #5E446D. Grayscale: #AEAEAE. Windows color (decimal): -6177902 or 9616289. OLE color: 9616289.

HSL color Cylindrical-coordinate representation of color #A1BB92: hue angle of 98.05º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1BB92 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB161187146-
CMYK0.1400.220.27
HSL98.05º23.16%65.29%-
HSV(B)98.05º21.93%73.33%-
XYZ37.6645.1933.93-
YUV174.55111.89118.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.59%
GREEN value IS 187 (73.44% from 255) = 37.85%
BLUE value IS 146 (57.42% from 255) = 29.55%
R=32.59%
G=37.85%
B=29.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611871460.1400.220.2798.0523.1665.29
HexA1BB92E0161B621741
Octal241273222160263314227101
Binary1010000110111011100100101110010110110111100010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BB92; }

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

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

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

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

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

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

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

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