#A9C195

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

Shades of Norway #A9C195

Tints of Norway #A9C195

Color information

#A9C195 (or 0xA9C195) is unknown color: approx Norway. HEX triplet: A9, C1 and 95. RGB value is (169,193,149). Sum of RGB (Red+Green+Blue) = 169+193+149=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 193 - color contains mainly: green. Hex color #A9C195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C195 is #563E6A. Grayscale: #B4B4B4. Windows color (decimal): -5652075 or 9814441. OLE color: 9814441.

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

Color convert

RGB169193149-
CMYK0.1200.230.24
HSL92.73º26.19%67.06%-
HSV(B)92.73º22.8%75.69%-
XYZ40.8648.7435.69-
YUV180.81110.05119.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.07%
GREEN value IS 193 (75.78% from 255) = 37.77%
BLUE value IS 149 (58.59% from 255) = 29.16%
R=33.07%
G=37.77%
B=29.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691931490.1200.230.2492.7326.1967.06
HexA9C195C017185d1a43
Octal251301225140273013532103
Binary1010100111000001100101011100010111110001011101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C195; }

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

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

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

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

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

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

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

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