#A7B98D

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

Shades of Norway #A7B98D

Tints of Norway #A7B98D

Color information

#A7B98D (or 0xA7B98D) is unknown color: approx Norway. HEX triplet: A7, B9 and 8D. RGB value is (167,185,141). Sum of RGB (Red+Green+Blue) = 167+185+141=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B98D is #584672. Grayscale: #AEAEAE. Windows color (decimal): -5785203 or 9288103. OLE color: 9288103.

HSL color Cylindrical-coordinate representation of color #A7B98D: hue angle of 84.55º 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 #A7B98D is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB167185141-
CMYK0.1000.240.27
HSL84.55º23.91%63.92%-
HSV(B)84.55º23.78%72.55%-
XYZ38.0944.8431.85-
YUV174.6109.04122.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.87%
GREEN value IS 185 (72.66% from 255) = 37.53%
BLUE value IS 141 (55.47% from 255) = 28.60%
R=33.87%
G=37.53%
B=28.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671851410.1000.240.2784.5523.9163.92
HexA7B98DA0181B551840
Octal247271215120303312530100
Binary1010011110111001100011011010011000110111010101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B98D; }

 p { color: rgb(167,185,141); }

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

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

 a { background-color: rgb(167,185,141); }

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

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

 span { border-color: rgb(167,185,141); }

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