#A7BC8D

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

Shades of Norway #A7BC8D

Tints of Norway #A7BC8D

Color information

#A7BC8D (or 0xA7BC8D) is unknown color: approx Norway. HEX triplet: A7, BC and 8D. RGB value is (167,188,141). Sum of RGB (Red+Green+Blue) = 167+188+141=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #A7BC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BC8D is #584372. Grayscale: #B0B0B0. Windows color (decimal): -5784435 or 9288871. OLE color: 9288871.

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

Color convert

RGB167188141-
CMYK0.1100.250.26
HSL86.81º25.97%64.51%-
HSV(B)86.81º25%73.73%-
XYZ38.7346.1132.06-
YUV176.36108.04121.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.67%
GREEN value IS 188 (73.83% from 255) = 37.90%
BLUE value IS 141 (55.47% from 255) = 28.43%
R=33.67%
G=37.90%
B=28.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1671881410.1100.250.2686.8125.9764.51
HexA7BC8DB0191A571a41
Octal247274215130313212732101
Binary1010011110111100100011011011011001110101010111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BC8D; }

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

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

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

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

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

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

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

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