#A4BF82

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

Shades of Norway #A4BF82

Tints of Norway #A4BF82

Color information

#A4BF82 (or 0xA4BF82) is unknown color: approx Norway. HEX triplet: A4, BF and 82. RGB value is (164,191,130). Sum of RGB (Red+Green+Blue) = 164+191+130=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BF82 is #5B407D. Grayscale: #B0B0B0. Windows color (decimal): -5980286 or 8568740. OLE color: 8568740.

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

Color convert

RGB164191130-
CMYK0.1400.320.25
HSL86.56º32.28%62.94%-
HSV(B)86.56º31.94%74.9%-
XYZ37.9746.7728.14-
YUV175.97102.05119.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 191 (75% from 255) = 39.38%
BLUE value IS 130 (51.17% from 255) = 26.80%
R=33.81%
G=39.38%
B=26.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641911300.1400.320.2586.5632.2862.94
HexA4BF82E0201957203f
Octal24427720216040311274077
Binary10100100101111111000001011100100000110011010111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BF82; }

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

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

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

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

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

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

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

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