#A3BB95

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

Shades of Norway #A3BB95

Tints of Norway #A3BB95

Color information

#A3BB95 (or 0xA3BB95) is unknown color: approx Norway. HEX triplet: A3, BB and 95. RGB value is (163,187,149). Sum of RGB (Red+Green+Blue) = 163+187+149=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 149 (58.59% from 255 or 29.86% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #A3BB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BB95 is #5C446A. Grayscale: #AFAFAF. Windows color (decimal): -6046827 or 9812899. OLE color: 9812899.

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

Color convert

RGB163187149-
CMYK0.1300.200.27
HSL97.89º21.84%65.88%-
HSV(B)97.89º20.32%73.33%-
XYZ38.345.535.2-
YUV175.49113.05119.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.67%
GREEN value IS 187 (73.44% from 255) = 37.47%
BLUE value IS 149 (58.59% from 255) = 29.86%
R=32.67%
G=37.47%
B=29.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631871490.1300.200.2797.8921.8465.88
HexA3BB95D0141B621642
Octal243273225150243314226102
Binary1010001110111011100101011101010100110111100010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BB95; }

 p { color: rgb(163,187,149); }

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

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

 a { background-color: rgb(163,187,149); }

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

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

 span { border-color: rgb(163,187,149); }

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