#A9C695

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

Shades of Norway #A9C695

Tints of Norway #A9C695

Color information

#A9C695 (or 0xA9C695) is unknown color: approx Norway. HEX triplet: A9, C6 and 95. RGB value is (169,198,149). Sum of RGB (Red+Green+Blue) = 169+198+149=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 198 - color contains mainly: green. Hex color #A9C695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C695 is #56396A. Grayscale: #B7B7B7. Windows color (decimal): -5650795 or 9815721. OLE color: 9815721.

HSL color Cylindrical-coordinate representation of color #A9C695: hue angle of 95.51º degrees, saturation: 0.3, 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 #A9C695 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB169198149-
CMYK0.1500.250.22
HSL95.51º30.06%68.04%-
HSV(B)95.51º24.75%77.65%-
XYZ41.9850.9936.06-
YUV183.74108.39117.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.75%
GREEN value IS 198 (77.73% from 255) = 38.37%
BLUE value IS 149 (58.59% from 255) = 28.88%
R=32.75%
G=38.37%
B=28.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691981490.1500.250.2295.5130.0668.04
HexA9C695F01916601e44
Octal251306225170312614036104
Binary1010100111000110100101011111011001101101100000111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C695; }

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

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

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

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

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

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

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

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