#A4B98C

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

Shades of Norway #A4B98C

Tints of Norway #A4B98C

Color information

#A4B98C (or 0xA4B98C) is unknown color: approx Norway. HEX triplet: A4, B9 and 8C. RGB value is (164,185,140). Sum of RGB (Red+Green+Blue) = 164+185+140=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B98C is #5B4673. Grayscale: #ADADAD. Windows color (decimal): -5981812 or 9222564. OLE color: 9222564.

HSL color Cylindrical-coordinate representation of color #A4B98C: hue angle of 88º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4B98C is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB164185140-
CMYK0.1100.240.27
HSL88º24.32%63.73%-
HSV(B)88º24.32%72.55%-
XYZ37.3944.4831.43-
YUV173.59109.04121.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.54%
GREEN value IS 185 (72.66% from 255) = 37.83%
BLUE value IS 140 (55.08% from 255) = 28.63%
R=33.54%
G=37.83%
B=28.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641851400.1100.240.278824.3263.73
HexA4B98CB0181B581840
Octal244271214130303313030100
Binary1010010010111001100011001011011000110111011000110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B98C; }

 p { color: rgb(164,185,140); }

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

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

 a { background-color: rgb(164,185,140); }

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

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

 span { border-color: rgb(164,185,140); }

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