#A8BC8F

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

Shades of Norway #A8BC8F

Tints of Norway #A8BC8F

Color information

#A8BC8F (or 0xA8BC8F) is unknown color: approx Norway. HEX triplet: A8, BC and 8F. RGB value is (168,188,143). Sum of RGB (Red+Green+Blue) = 168+188+143=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 143 (56.25% from 255 or 28.66% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BC8F is #574370. Grayscale: #B1B1B1. Windows color (decimal): -5718897 or 9419944. OLE color: 9419944.

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

Color convert

RGB168188143-
CMYK0.1100.240.26
HSL86.67º25.14%64.9%-
HSV(B)86.67º23.94%73.73%-
XYZ39.0946.2732.86-
YUV176.89108.87121.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.67%
GREEN value IS 188 (73.83% from 255) = 37.68%
BLUE value IS 143 (56.25% from 255) = 28.66%
R=33.67%
G=37.68%
B=28.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681881430.1100.240.2686.6725.1464.9
HexA8BC8FB0181A571941
Octal250274217130303212731101
Binary1010100010111100100011111011011000110101010111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BC8F; }

 p { color: rgb(168,188,143); }

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

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

 a { background-color: rgb(168,188,143); }

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

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

 span { border-color: rgb(168,188,143); }

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