#A9C689

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

Shades of Norway #A9C689

Tints of Norway #A9C689

Color information

#A9C689 (or 0xA9C689) is unknown color: approx Norway. HEX triplet: A9, C6 and 89. RGB value is (169,198,137). Sum of RGB (Red+Green+Blue) = 169+198+137=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 137 (53.91% from 255 or 27.18% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #A9C689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C689 is #563976. Grayscale: #B6B6B6. Windows color (decimal): -5650807 or 9029289. OLE color: 9029289.

HSL color Cylindrical-coordinate representation of color #A9C689: hue angle of 88.52º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9C689 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB169198137-
CMYK0.1500.310.22
HSL88.52º34.86%65.69%-
HSV(B)88.52º30.81%77.65%-
XYZ41.0750.6331.27-
YUV182.38102.39118.46-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 198 (77.73% from 255) = 39.29%
BLUE value IS 137 (53.91% from 255) = 27.18%
R=33.53%
G=39.29%
B=27.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691981370.1500.310.2288.5234.8665.69
HexA9C689F01F16592342
Octal251306211170372613143102
Binary10101001110001101000100111110111111011010110011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C689; }

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

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

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

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

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

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

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

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