#A9C096

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

Shades of Norway #A9C096

Tints of Norway #A9C096

Color information

#A9C096 (or 0xA9C096) is unknown color: approx Norway. HEX triplet: A9, C0 and 96. RGB value is (169,192,150). Sum of RGB (Red+Green+Blue) = 169+192+150=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 192 - color contains mainly: green. Hex color #A9C096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C096 is #563F69. Grayscale: #B4B4B4. Windows color (decimal): -5652330 or 9879721. OLE color: 9879721.

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

Color convert

RGB169192150-
CMYK0.1200.220.25
HSL92.86º25%67.06%-
HSV(B)92.86º21.88%75.29%-
XYZ40.7248.3436.04-
YUV180.33110.88119.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.07%
GREEN value IS 192 (75.39% from 255) = 37.57%
BLUE value IS 150 (58.98% from 255) = 29.35%
R=33.07%
G=37.57%
B=29.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691921500.1200.220.2592.862567.06
HexA9C096C016195d1943
Octal251300226140263113531103
Binary1010100111000000100101101100010110110011011101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C096; }

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

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

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

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

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

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

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

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