#A9BC9A

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

Shades of Norway #A9BC9A

Tints of Norway #A9BC9A

Color information

#A9BC9A (or 0xA9BC9A) is unknown color: approx Norway. HEX triplet: A9, BC and 9A. RGB value is (169,188,154). Sum of RGB (Red+Green+Blue) = 169+188+154=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 188 - color contains mainly: green. Hex color #A9BC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BC9A is #564365. Grayscale: #B2B2B2. Windows color (decimal): -5653350 or 10140841. OLE color: 10140841.

HSL color Cylindrical-coordinate representation of color #A9BC9A: hue angle of 93.53º 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 #A9BC9A is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB169188154-
CMYK0.1000.180.26
HSL93.53º20.24%67.06%-
HSV(B)93.53º18.09%73.73%-
XYZ40.1846.7337.47-
YUV178.44114.21121.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.07%
GREEN value IS 188 (73.83% from 255) = 36.79%
BLUE value IS 154 (60.55% from 255) = 30.14%
R=33.07%
G=36.79%
B=30.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691881540.1000.180.2693.5320.2467.06
HexA9BC9AA0121A5e1443
Octal251274232120223213624103
Binary1010100110111100100110101010010010110101011110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BC9A; }

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

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

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

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

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

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

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

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