#A8BA9A

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

Shades of Norway #A8BA9A

Tints of Norway #A8BA9A

Color information

#A8BA9A (or 0xA8BA9A) is unknown color: approx Norway. HEX triplet: A8, BA and 9A. RGB value is (168,186,154). Sum of RGB (Red+Green+Blue) = 168+186+154=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BA9A is #574565. Grayscale: #B1B1B1. Windows color (decimal): -5719398 or 10140328. OLE color: 10140328.

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

Color convert

RGB168186154-
CMYK0.1000.170.27
HSL93.75º18.82%66.67%-
HSV(B)93.75º17.2%72.94%-
XYZ39.5445.7837.32-
YUV176.97115.04121.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.07%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 154 (60.55% from 255) = 30.31%
R=33.07%
G=36.61%
B=30.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681861540.1000.170.2793.7518.8266.67
HexA8BA9AA0111B5e1343
Octal250272232120213313623103
Binary1010100010111010100110101010010001110111011110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BA9A; }

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

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

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

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

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

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

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

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