#A4B498

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

Shades of Norway #A4B498

Tints of Norway #A4B498

Color information

#A4B498 (or 0xA4B498) is unknown color: approx Norway. HEX triplet: A4, B4 and 98. RGB value is (164,180,152). Sum of RGB (Red+Green+Blue) = 164+180+152=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B498 is #5B4B67. Grayscale: #ACACAC. Windows color (decimal): -5983080 or 10007716. OLE color: 10007716.

HSL color Cylindrical-coordinate representation of color #A4B498: hue angle of 94.29º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A4B498 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB164180152-
CMYK0.0900.160.29
HSL94.29º15.73%65.1%-
HSV(B)94.29º15.56%70.59%-
XYZ37.342.836-
YUV172.02116.7122.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.06%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 152 (59.77% from 255) = 30.65%
R=33.06%
G=36.29%
B=30.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641801520.0900.160.2994.2915.7365.1
HexA4B49890101D5e1041
Octal244264230110203513620101
Binary1010010010110100100110001001010000111011011110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B498; }

 p { color: rgb(164,180,152); }

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

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

 a { background-color: rgb(164,180,152); }

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

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

 span { border-color: rgb(164,180,152); }

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