#A4BF92

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

Shades of Norway #A4BF92

Tints of Norway #A4BF92

Color information

#A4BF92 (or 0xA4BF92) is unknown color: approx Norway. HEX triplet: A4, BF and 92. RGB value is (164,191,146). Sum of RGB (Red+Green+Blue) = 164+191+146=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BF92 is #5B406D. Grayscale: #B1B1B1. Windows color (decimal): -5980270 or 9617316. OLE color: 9617316.

HSL color Cylindrical-coordinate representation of color #A4BF92: hue angle of 96º 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 #A4BF92 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB164191146-
CMYK0.1400.240.25
HSL96º26.01%66.08%-
HSV(B)96º23.56%74.9%-
XYZ39.1347.2334.25-
YUV177.8110.05118.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.73%
GREEN value IS 191 (75% from 255) = 38.12%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=32.73%
G=38.12%
B=29.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641911460.1400.240.259626.0166.08
HexA4BF92E01819601a42
Octal244277222160303114032102
Binary1010010010111111100100101110011000110011100000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BF92; }

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

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

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

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

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

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

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

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