#A3BF92

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

Shades of Norway #A3BF92

Tints of Norway #A3BF92

Color information

#A3BF92 (or 0xA3BF92) is unknown color: approx Norway. HEX triplet: A3, BF and 92. RGB value is (163,191,146). Sum of RGB (Red+Green+Blue) = 163+191+146=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BF92 is #5C406D. Grayscale: #B1B1B1. Windows color (decimal): -6045806 or 9617315. OLE color: 9617315.

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

Color convert

RGB163191146-
CMYK0.1500.240.25
HSL97.33º26.01%66.08%-
HSV(B)97.33º23.56%74.9%-
XYZ38.9247.1234.24-
YUV177.5110.22117.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.6%
GREEN value IS 191 (75% from 255) = 38.2%
BLUE value IS 146 (57.42% from 255) = 29.2%
R=32.6%
G=38.2%
B=29.2%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631911460.1500.240.2597.3326.0166.08
HexA3BF92F01819611a42
Octal243277222170303114132102
Binary1010001110111111100100101111011000110011100001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BF92; }

 p { color: rgb(163,191,146); }

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

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

 a { background-color: rgb(163,191,146); }

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

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

 span { border-color: rgb(163,191,146); }

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