#A0B78B

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

Shades of Norway #A0B78B

Tints of Norway #A0B78B

Color information

#A0B78B (or 0xA0B78B) is unknown color: approx Norway. HEX triplet: A0, B7 and 8B. RGB value is (160,183,139). Sum of RGB (Red+Green+Blue) = 160+183+139=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B78B is #5F4874. Grayscale: #ABABAB. Windows color (decimal): -6244469 or 9156512. OLE color: 9156512.

HSL color Cylindrical-coordinate representation of color #A0B78B: hue angle of 91.36º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0B78B is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB160183139-
CMYK0.1300.240.28
HSL91.36º23.4%63.14%-
HSV(B)91.36º24.04%71.76%-
XYZ36.0943.230.86-
YUV171.11109.88120.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.20%
GREEN value IS 183 (71.88% from 255) = 37.97%
BLUE value IS 139 (54.69% from 255) = 28.84%
R=33.20%
G=37.97%
B=28.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601831390.1300.240.2891.3623.463.14
HexA0B78BD0181C5b173f
Octal24026721315030341332777
Binary101000001011011110001011110101100011100101101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B78B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B78B; }

 p { color: rgb(160,183,139); }

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

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

 a { background-color: rgb(160,183,139); }

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

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

 span { border-color: rgb(160,183,139); }

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