#A4B784

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

Shades of Norway #A4B784

Tints of Norway #A4B784

Color information

#A4B784 (or 0xA4B784) is unknown color: approx Norway. HEX triplet: A4, B7 and 84. RGB value is (164,183,132). Sum of RGB (Red+Green+Blue) = 164+183+132=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 183 (71.88% from 255 or 38.20% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B784 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B784 is #5B487B. Grayscale: #ABABAB. Windows color (decimal): -5982332 or 8697764. OLE color: 8697764.

HSL color Cylindrical-coordinate representation of color #A4B784: hue angle of 82.35º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4B784 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB164183132-
CMYK0.1000.280.28
HSL82.35º26.15%61.76%-
HSV(B)82.35º27.87%71.76%-
XYZ36.4143.4328.29-
YUV171.5105.71122.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.24%
GREEN value IS 183 (71.88% from 255) = 38.20%
BLUE value IS 132 (51.95% from 255) = 27.56%
R=34.24%
G=38.20%
B=27.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641831320.1000.280.2882.3526.1561.76
HexA4B784A01C1C521a3e
Octal24426720412034341223276
Binary101001001011011110000100101001110011100101001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B784; }

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

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

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

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

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

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

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

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