#A8B78A

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

Shades of Norway #A8B78A

Tints of Norway #A8B78A

Color information

#A8B78A (or 0xA8B78A) is unknown color: approx Norway. HEX triplet: A8, B7 and 8A. RGB value is (168,183,138). Sum of RGB (Red+Green+Blue) = 168+183+138=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B78A is #574875. Grayscale: #ADADAD. Windows color (decimal): -5720182 or 9090984. OLE color: 9090984.

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

Color convert

RGB168183138-
CMYK0.0800.250.28
HSL80º23.81%62.94%-
HSV(B)80º24.59%71.76%-
XYZ37.6744.0330.56-
YUV173.38108.03124.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.36%
GREEN value IS 183 (71.88% from 255) = 37.42%
BLUE value IS 138 (54.30% from 255) = 28.22%
R=34.36%
G=37.42%
B=28.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681831380.0800.250.288023.8162.94
HexA8B78A80191C50183f
Octal25026721210031341203077
Binary101010001011011110001010100001100111100101000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B78A; }

 p { color: rgb(168,183,138); }

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

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

 a { background-color: rgb(168,183,138); }

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

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

 span { border-color: rgb(168,183,138); }

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