#A7BF86

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

Shades of Norway #A7BF86

Tints of Norway #A7BF86

Color information

#A7BF86 (or 0xA7BF86) is unknown color: approx Norway. HEX triplet: A7, BF and 86. RGB value is (167,191,134). Sum of RGB (Red+Green+Blue) = 167+191+134=492 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.94% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BF86 is #584079. Grayscale: #B1B1B1. Windows color (decimal): -5783674 or 8830887. OLE color: 8830887.

HSL color Cylindrical-coordinate representation of color #A7BF86: hue angle of 85.26º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7BF86 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB167191134-
CMYK0.1300.300.25
HSL85.26º30.81%63.73%-
HSV(B)85.26º29.84%74.9%-
XYZ38.8747.229.62-
YUV177.33103.55120.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.94%
GREEN value IS 191 (75% from 255) = 38.82%
BLUE value IS 134 (52.73% from 255) = 27.24%
R=33.94%
G=38.82%
B=27.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671911340.1300.300.2585.2630.8163.73
HexA7BF86D01E19551f40
Octal247277206150363112537100
Binary1010011110111111100001101101011110110011010101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BF86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BF86; }

 p { color: rgb(167,191,134); }

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

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

 a { background-color: rgb(167,191,134); }

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

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

 span { border-color: rgb(167,191,134); }

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