#A9B78E

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

Shades of Norway #A9B78E

Tints of Norway #A9B78E

Color information

#A9B78E (or 0xA9B78E) is unknown color: approx Norway. HEX triplet: A9, B7 and 8E. RGB value is (169,183,142). Sum of RGB (Red+Green+Blue) = 169+183+142=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 183 - color contains mainly: green. Hex color #A9B78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B78E is #564871. Grayscale: #AEAEAE. Windows color (decimal): -5654642 or 9353129. OLE color: 9353129.

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

Color convert

RGB169183142-
CMYK0.0800.220.28
HSL80.49º22.16%63.73%-
HSV(B)80.49º22.4%71.76%-
XYZ38.1844.2532.12-
YUV174.14109.86124.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.21%
GREEN value IS 183 (71.88% from 255) = 37.04%
BLUE value IS 142 (55.86% from 255) = 28.74%
R=34.21%
G=37.04%
B=28.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691831420.0800.220.2880.4922.1663.73
HexA9B78E80161C501640
Octal251267216100263412026100
Binary1010100110110111100011101000010110111001010000101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B78E; }

 p { color: rgb(169,183,142); }

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

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

 a { background-color: rgb(169,183,142); }

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

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

 span { border-color: rgb(169,183,142); }

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