#A8B79B

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

Shades of Norway #A8B79B

Tints of Norway #A8B79B

Color information

#A8B79B (or 0xA8B79B) is unknown color: approx Norway. HEX triplet: A8, B7 and 9B. RGB value is (168,183,155). Sum of RGB (Red+Green+Blue) = 168+183+155=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B79B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B79B is #574864. Grayscale: #AFAFAF. Windows color (decimal): -5720165 or 10205096. OLE color: 10205096.

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

Color convert

RGB168183155-
CMYK0.0800.150.28
HSL92.14º16.28%66.27%-
HSV(B)92.14º15.3%71.76%-
XYZ3944.5637.56-
YUV175.32116.53122.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.20%
GREEN value IS 183 (71.88% from 255) = 36.17%
BLUE value IS 155 (60.94% from 255) = 30.63%
R=33.20%
G=36.17%
B=30.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1681831550.0800.150.2892.1416.2866.27
HexA8B79B80F1C5c1042
Octal250267233100173413420102
Binary101010001011011110011011100001111111001011100100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B79B; }

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

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

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

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

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

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

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

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