#A4BF84

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

Shades of Norway #A4BF84

Tints of Norway #A4BF84

Color information

#A4BF84 (or 0xA4BF84) is unknown color: approx Norway. HEX triplet: A4, BF and 84. RGB value is (164,191,132). Sum of RGB (Red+Green+Blue) = 164+191+132=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BF84 is #5B407B. Grayscale: #B0B0B0. Windows color (decimal): -5980284 or 8699812. OLE color: 8699812.

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

Color convert

RGB164191132-
CMYK0.1400.310.25
HSL87.46º31.55%63.33%-
HSV(B)87.46º30.89%74.9%-
XYZ38.1146.8228.86-
YUV176.2103.05119.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.68%
GREEN value IS 191 (75% from 255) = 39.22%
BLUE value IS 132 (51.95% from 255) = 27.10%
R=33.68%
G=39.22%
B=27.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641911320.1400.310.2587.4631.5563.33
HexA4BF84E01F1957203f
Octal24427720416037311274077
Binary1010010010111111100001001110011111110011010111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BF84; }

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

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

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

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

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

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

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

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