#A8BA9C

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

Shades of Norway #A8BA9C

Tints of Norway #A8BA9C

Color information

#A8BA9C (or 0xA8BA9C) is unknown color: approx Norway. HEX triplet: A8, BA and 9C. RGB value is (168,186,156). Sum of RGB (Red+Green+Blue) = 168+186+156=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BA9C is #574563. Grayscale: #B1B1B1. Windows color (decimal): -5719396 or 10271400. OLE color: 10271400.

HSL color Cylindrical-coordinate representation of color #A8BA9C: hue angle of 96º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8BA9C is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB168186156-
CMYK0.1000.160.27
HSL96º17.86%67.06%-
HSV(B)96º16.13%72.94%-
XYZ39.7145.8438.21-
YUV177.2116.04121.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.94%
GREEN value IS 186 (73.05% from 255) = 36.47%
BLUE value IS 156 (61.33% from 255) = 30.59%
R=32.94%
G=36.47%
B=30.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681861560.1000.160.279617.8667.06
HexA8BA9CA0101B601243
Octal250272234120203314022103
Binary1010100010111010100111001010010000110111100000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BA9C; }

 p { color: rgb(168,186,156); }

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

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

 a { background-color: rgb(168,186,156); }

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

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

 span { border-color: rgb(168,186,156); }

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