#A4B78F

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

Shades of Norway #A4B78F

Tints of Norway #A4B78F

Color information

#A4B78F (or 0xA4B78F) is unknown color: approx Norway. HEX triplet: A4, B7 and 8F. RGB value is (164,183,143). Sum of RGB (Red+Green+Blue) = 164+183+143=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B78F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B78F is #5B4870. Grayscale: #ACACAC. Windows color (decimal): -5982321 or 9418660. OLE color: 9418660.

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

Color convert

RGB164183143-
CMYK0.1000.220.28
HSL88.5º21.74%63.92%-
HSV(B)88.5º21.86%71.76%-
XYZ37.243.7432.47-
YUV172.76111.21121.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.47%
GREEN value IS 183 (71.88% from 255) = 37.35%
BLUE value IS 143 (56.25% from 255) = 29.18%
R=33.47%
G=37.35%
B=29.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641831430.1000.220.2888.521.7463.92
HexA4B78FA0161C581640
Octal244267217120263413026100
Binary1010010010110111100011111010010110111001011000101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B78F; }

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

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

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

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

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

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

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

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