#A7C195

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

Shades of Norway #A7C195

Tints of Norway #A7C195

Color information

#A7C195 (or 0xA7C195) is unknown color: approx Norway. HEX triplet: A7, C1 and 95. RGB value is (167,193,149). Sum of RGB (Red+Green+Blue) = 167+193+149=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C195 is #583E6A. Grayscale: #B4B4B4. Windows color (decimal): -5783147 or 9814439. OLE color: 9814439.

HSL color Cylindrical-coordinate representation of color #A7C195: hue angle of 95.45º 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 #A7C195 is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB167193149-
CMYK0.1300.230.24
HSL95.45º26.19%67.06%-
HSV(B)95.45º22.8%75.69%-
XYZ40.4348.5335.67-
YUV180.21110.39118.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.81%
GREEN value IS 193 (75.78% from 255) = 37.92%
BLUE value IS 149 (58.59% from 255) = 29.27%
R=32.81%
G=37.92%
B=29.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671931490.1300.230.2495.4526.1967.06
HexA7C195D017185f1a43
Octal247301225150273013732103
Binary1010011111000001100101011101010111110001011111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C195; }

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

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

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

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

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

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

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

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