#A8BC8B

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

Shades of Norway #A8BC8B

Tints of Norway #A8BC8B

Color information

#A8BC8B (or 0xA8BC8B) is unknown color: approx Norway. HEX triplet: A8, BC and 8B. RGB value is (168,188,139). Sum of RGB (Red+Green+Blue) = 168+188+139=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 139 (54.69% from 255 or 28.08% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BC8B is #574374. Grayscale: #B0B0B0. Windows color (decimal): -5718901 or 9157800. OLE color: 9157800.

HSL color Cylindrical-coordinate representation of color #A8BC8B: hue angle of 84.49º degrees, saturation: 0.27, 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 #A8BC8B is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB168188139-
CMYK0.1100.260.26
HSL84.49º26.78%64.12%-
HSV(B)84.49º26.06%73.73%-
XYZ38.7946.1631.29-
YUV176.43106.87121.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.94%
GREEN value IS 188 (73.83% from 255) = 37.98%
BLUE value IS 139 (54.69% from 255) = 28.08%
R=33.94%
G=37.98%
B=28.08%

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
Decimal1681881390.1100.260.2684.4926.7864.12
HexA8BC8BB01A1A541b40
Octal250274213130323212433100
Binary1010100010111100100010111011011010110101010100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BC8B; }

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

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

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

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

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

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

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

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