#A8BC9A

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

Shades of Norway #A8BC9A

Tints of Norway #A8BC9A

Color information

#A8BC9A (or 0xA8BC9A) is unknown color: approx Norway. HEX triplet: A8, BC and 9A. RGB value is (168,188,154). Sum of RGB (Red+Green+Blue) = 168+188+154=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BC9A is #574365. Grayscale: #B2B2B2. Windows color (decimal): -5718886 or 10140840. OLE color: 10140840.

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

Color convert

RGB168188154-
CMYK0.1100.180.26
HSL95.29º20.24%67.06%-
HSV(B)95.29º18.09%73.73%-
XYZ39.9646.6237.46-
YUV178.14114.37120.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.94%
GREEN value IS 188 (73.83% from 255) = 36.86%
BLUE value IS 154 (60.55% from 255) = 30.20%
R=32.94%
G=36.86%
B=30.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681881540.1100.180.2695.2920.2467.06
HexA8BC9AB0121A5f1443
Octal250274232130223213724103
Binary1010100010111100100110101011010010110101011111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BC9A; }

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

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

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

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

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

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

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

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