#A9C089

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

Shades of Norway #A9C089

Tints of Norway #A9C089

Color information

#A9C089 (or 0xA9C089) is unknown color: approx Norway. HEX triplet: A9, C0 and 89. RGB value is (169,192,137). Sum of RGB (Red+Green+Blue) = 169+192+137=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C089 is #563F76. Grayscale: #B3B3B3. Windows color (decimal): -5652343 or 9027753. OLE color: 9027753.

HSL color Cylindrical-coordinate representation of color #A9C089: hue angle of 85.09º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9C089 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB169192137-
CMYK0.1200.290.25
HSL85.09º30.39%64.51%-
HSV(B)85.09º28.65%75.29%-
XYZ39.7347.9430.83-
YUV178.85104.38120.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.94%
GREEN value IS 192 (75.39% from 255) = 38.55%
BLUE value IS 137 (53.91% from 255) = 27.51%
R=33.94%
G=38.55%
B=27.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691921370.1200.290.2585.0930.3964.51
HexA9C089C01D19551e41
Octal251300211140353112536101
Binary1010100111000000100010011100011101110011010101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C089; }

 p { color: rgb(169,192,137); }

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

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

 a { background-color: rgb(169,192,137); }

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

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

 span { border-color: rgb(169,192,137); }

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