#A8BA95

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

Shades of Norway #A8BA95

Tints of Norway #A8BA95

Color information

#A8BA95 (or 0xA8BA95) is unknown color: approx Norway. HEX triplet: A8, BA and 95. RGB value is (168,186,149). Sum of RGB (Red+Green+Blue) = 168+186+149=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BA95 is #57456A. Grayscale: #B0B0B0. Windows color (decimal): -5719403 or 9812648. OLE color: 9812648.

HSL color Cylindrical-coordinate representation of color #A8BA95: hue angle of 89.19º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8BA95 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB168186149-
CMYK0.1000.200.27
HSL89.19º21.14%65.69%-
HSV(B)89.19º19.89%72.94%-
XYZ39.1345.6135.18-
YUV176.4112.54122.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.40%
GREEN value IS 186 (73.05% from 255) = 36.98%
BLUE value IS 149 (58.59% from 255) = 29.62%
R=33.40%
G=36.98%
B=29.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681861490.1000.200.2789.1921.1465.69
HexA8BA95A0141B591542
Octal250272225120243313125102
Binary1010100010111010100101011010010100110111011001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BA95; }

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

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

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

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

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

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

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

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