#A7C196

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

Shades of Norway #A7C196

Tints of Norway #A7C196

Color information

#A7C196 (or 0xA7C196) is unknown color: approx Norway. HEX triplet: A7, C1 and 96. RGB value is (167,193,150). Sum of RGB (Red+Green+Blue) = 167+193+150=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C196 is #583E69. Grayscale: #B4B4B4. Windows color (decimal): -5783146 or 9879975. OLE color: 9879975.

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

Color convert

RGB167193150-
CMYK0.1300.220.24
HSL96.28º25.75%67.25%-
HSV(B)96.28º22.28%75.69%-
XYZ40.5148.5636.09-
YUV180.32110.89118.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.75%
GREEN value IS 193 (75.78% from 255) = 37.84%
BLUE value IS 150 (58.98% from 255) = 29.41%
R=32.75%
G=37.84%
B=29.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671931500.1300.220.2496.2825.7567.25
HexA7C196D01618601a43
Octal247301226150263014032103
Binary1010011111000001100101101101010110110001100000110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C196; }

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

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

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

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

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

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

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

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