#A7BC8C

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

Shades of Norway #A7BC8C

Tints of Norway #A7BC8C

Color information

#A7BC8C (or 0xA7BC8C) is unknown color: approx Norway. HEX triplet: A7, BC and 8C. RGB value is (167,188,140). Sum of RGB (Red+Green+Blue) = 167+188+140=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BC8C is #584373. Grayscale: #B0B0B0. Windows color (decimal): -5784436 or 9223335. OLE color: 9223335.

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

Color convert

RGB167188140-
CMYK0.1100.260.26
HSL86.25º26.37%64.31%-
HSV(B)86.25º25.53%73.73%-
XYZ38.6546.0831.67-
YUV176.25107.54121.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.74%
GREEN value IS 188 (73.83% from 255) = 37.98%
BLUE value IS 140 (55.08% from 255) = 28.28%
R=33.74%
G=37.98%
B=28.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671881400.1100.260.2686.2526.3764.31
HexA7BC8CB01A1A561a40
Octal247274214130323212632100
Binary1010011110111100100011001011011010110101010110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BC8C; }

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

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

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

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

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

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

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

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