#A7B98A

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

Shades of Norway #A7B98A

Tints of Norway #A7B98A

Color information

#A7B98A (or 0xA7B98A) is unknown color: approx Norway. HEX triplet: A7, B9 and 8A. RGB value is (167,185,138). Sum of RGB (Red+Green+Blue) = 167+185+138=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B98A is #584675. Grayscale: #AEAEAE. Windows color (decimal): -5785206 or 9091495. OLE color: 9091495.

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

Color convert

RGB167185138-
CMYK0.1000.250.27
HSL82.98º25.13%63.33%-
HSV(B)82.98º25.41%72.55%-
XYZ37.8744.7530.69-
YUV174.26107.54122.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.08%
GREEN value IS 185 (72.66% from 255) = 37.76%
BLUE value IS 138 (54.30% from 255) = 28.16%
R=34.08%
G=37.76%
B=28.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671851380.1000.250.2782.9825.1363.33
HexA7B98AA0191B53193f
Octal24727121212031331233177
Binary101001111011100110001010101001100111011101001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7B98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7B98A; }

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

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

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

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

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

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

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

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