#A4BF93

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

Shades of Norway #A4BF93

Tints of Norway #A4BF93

Color information

#A4BF93 (or 0xA4BF93) is unknown color: approx Norway. HEX triplet: A4, BF and 93. RGB value is (164,191,147). Sum of RGB (Red+Green+Blue) = 164+191+147=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BF93 is #5B406C. Grayscale: #B2B2B2. Windows color (decimal): -5980269 or 9682852. OLE color: 9682852.

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

Color convert

RGB164191147-
CMYK0.1400.230.25
HSL96.82º25.58%66.27%-
HSV(B)96.82º23.04%74.9%-
XYZ39.2147.2634.66-
YUV177.91110.55118.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.67%
GREEN value IS 191 (75% from 255) = 38.05%
BLUE value IS 147 (57.81% from 255) = 29.28%
R=32.67%
G=38.05%
B=29.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641911470.1400.230.2596.8225.5866.27
HexA4BF93E01719611a42
Octal244277223160273114132102
Binary1010010010111111100100111110010111110011100001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BF93; }

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

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

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

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

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

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

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

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