#A2BB94

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

Shades of Norway #A2BB94

Tints of Norway #A2BB94

Color information

#A2BB94 (or 0xA2BB94) is unknown color: approx Norway. HEX triplet: A2, BB and 94. RGB value is (162,187,148). Sum of RGB (Red+Green+Blue) = 162+187+148=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BB94 is #5D446B. Grayscale: #AFAFAF. Windows color (decimal): -6112364 or 9747362. OLE color: 9747362.

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

Color convert

RGB162187148-
CMYK0.1300.210.27
HSL98.46º22.29%65.69%-
HSV(B)98.46º20.86%73.33%-
XYZ38.0245.3634.77-
YUV175.08112.72118.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.60%
GREEN value IS 187 (73.44% from 255) = 37.63%
BLUE value IS 148 (58.20% from 255) = 29.78%
R=32.60%
G=37.63%
B=29.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621871480.1300.210.2798.4622.2965.69
HexA2BB94D0151B621642
Octal242273224150253314226102
Binary1010001010111011100101001101010101110111100010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BB94; }

 p { color: rgb(162,187,148); }

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

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

 a { background-color: rgb(162,187,148); }

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

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

 span { border-color: rgb(162,187,148); }

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