#A9C895

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

Shades of Norway #A9C895

Tints of Norway #A9C895

Color information

#A9C895 (or 0xA9C895) is unknown color: approx Norway. HEX triplet: A9, C8 and 95. RGB value is (169,200,149). Sum of RGB (Red+Green+Blue) = 169+200+149=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 200 - color contains mainly: green. Hex color #A9C895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C895 is #56376A. Grayscale: #B9B9B9. Windows color (decimal): -5650283 or 9816233. OLE color: 9816233.

HSL color Cylindrical-coordinate representation of color #A9C895: hue angle of 96.47º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9C895 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB169200149-
CMYK0.1600.260.22
HSL96.47º31.68%68.43%-
HSV(B)96.47º25.5%78.43%-
XYZ42.4451.9136.22-
YUV184.92107.73116.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.63%
GREEN value IS 200 (78.52% from 255) = 38.61%
BLUE value IS 149 (58.59% from 255) = 28.76%
R=32.63%
G=38.61%
B=28.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1692001490.1600.260.2296.4731.6868.43
HexA9C8951001A16602044
Octal251310225200322614040104
Binary101010011100100010010101100000110101011011000001000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C895; }

 p { color: rgb(169,200,149); }

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

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

 a { background-color: rgb(169,200,149); }

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

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

 span { border-color: rgb(169,200,149); }

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