#A9C492

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

Shades of Norway #A9C492

Tints of Norway #A9C492

Color information

#A9C492 (or 0xA9C492) is unknown color: approx Norway. HEX triplet: A9, C4 and 92. RGB value is (169,196,146). Sum of RGB (Red+Green+Blue) = 169+196+146=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C492 is #563B6D. Grayscale: #B6B6B6. Windows color (decimal): -5651310 or 9618601. OLE color: 9618601.

HSL color Cylindrical-coordinate representation of color #A9C492: hue angle of 92.4º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9C492 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB169196146-
CMYK0.1400.260.23
HSL92.4º29.76%67.06%-
HSV(B)92.4º25.51%76.86%-
XYZ41.2949.9934.67-
YUV182.23107.55118.57-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.07%
GREEN value IS 196 (76.95% from 255) = 38.36%
BLUE value IS 146 (57.42% from 255) = 28.57%
R=33.07%
G=38.36%
B=28.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1691961460.1400.260.2392.429.7667.06
HexA9C492E01A175c1e43
Octal251304222160322713436103
Binary1010100111000100100100101110011010101111011100111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C492; }

 p { color: rgb(169,196,146); }

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

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

 a { background-color: rgb(169,196,146); }

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

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

 span { border-color: rgb(169,196,146); }

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