#A7BC8A

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

Shades of Norway #A7BC8A

Tints of Norway #A7BC8A

Color information

#A7BC8A (or 0xA7BC8A) is unknown color: approx Norway. HEX triplet: A7, BC and 8A. RGB value is (167,188,138). Sum of RGB (Red+Green+Blue) = 167+188+138=493 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.87% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BC8A is #584375. Grayscale: #B0B0B0. Windows color (decimal): -5784438 or 9092263. OLE color: 9092263.

HSL color Cylindrical-coordinate representation of color #A7BC8A: hue angle of 85.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A7BC8A is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB167188138-
CMYK0.1100.270.26
HSL85.2º27.17%63.92%-
HSV(B)85.2º26.6%73.73%-
XYZ38.5146.0230.9-
YUV176.02106.54121.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.87%
GREEN value IS 188 (73.83% from 255) = 38.13%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=33.87%
G=38.13%
B=27.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671881380.1100.270.2685.227.1763.92
HexA7BC8AB01B1A551b40
Octal247274212130333212533100
Binary1010011110111100100010101011011011110101010101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BC8A; }

 p { color: rgb(167,188,138); }

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

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

 a { background-color: rgb(167,188,138); }

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

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

 span { border-color: rgb(167,188,138); }

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