#A0B98A

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

Shades of Norway #A0B98A

Tints of Norway #A0B98A

Color information

#A0B98A (or 0xA0B98A) is unknown color: approx Norway. HEX triplet: A0, B9 and 8A. RGB value is (160,185,138). Sum of RGB (Red+Green+Blue) = 160+185+138=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B98A is #5F4675. Grayscale: #ACACAC. Windows color (decimal): -6243958 or 9091488. OLE color: 9091488.

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

Color convert

RGB160185138-
CMYK0.1400.250.27
HSL91.91º25.13%63.33%-
HSV(B)91.91º25.41%72.55%-
XYZ36.4344.0130.62-
YUV172.17108.72119.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 185 (72.66% from 255) = 38.30%
BLUE value IS 138 (54.30% from 255) = 28.57%
R=33.13%
G=38.30%
B=28.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601851380.1400.250.2791.9125.1363.33
HexA0B98AE0191B5c193f
Octal24027121216031331343177
Binary101000001011100110001010111001100111011101110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B98A; }

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

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

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

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

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

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

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

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