#A4BA84

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

Shades of Norway #A4BA84

Tints of Norway #A4BA84

Color information

#A4BA84 (or 0xA4BA84) is unknown color: approx Norway. HEX triplet: A4, BA and 84. RGB value is (164,186,132). Sum of RGB (Red+Green+Blue) = 164+186+132=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BA84 is #5B457B. Grayscale: #ADADAD. Windows color (decimal): -5981564 or 8698532. OLE color: 8698532.

HSL color Cylindrical-coordinate representation of color #A4BA84: hue angle of 84.44º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4BA84 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB164186132-
CMYK0.1200.290.27
HSL84.44º28.13%62.35%-
HSV(B)84.44º29.03%72.94%-
XYZ37.0344.6828.5-
YUV173.27104.71121.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 186 (73.05% from 255) = 38.59%
BLUE value IS 132 (51.95% from 255) = 27.39%
R=34.02%
G=38.59%
B=27.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641861320.1200.290.2784.4428.1362.35
HexA4BA84C01D1B541c3e
Octal24427220414035331243476
Binary101001001011101010000100110001110111011101010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BA84; }

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

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

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

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

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

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

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

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