#A7C097

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

Shades of Norway #A7C097

Tints of Norway #A7C097

Color information

#A7C097 (or 0xA7C097) is unknown color: approx Norway. HEX triplet: A7, C0 and 97. RGB value is (167,192,151). Sum of RGB (Red+Green+Blue) = 167+192+151=510 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.75% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C097 is #583F68. Grayscale: #B3B3B3. Windows color (decimal): -5783401 or 9945255. OLE color: 9945255.

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

Color convert

RGB167192151-
CMYK0.1300.210.25
HSL96.59º24.55%67.25%-
HSV(B)96.59º21.35%75.29%-
XYZ40.3748.1536.44-
YUV179.85111.72118.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.75%
GREEN value IS 192 (75.39% from 255) = 37.65%
BLUE value IS 151 (59.38% from 255) = 29.61%
R=32.75%
G=37.65%
B=29.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671921510.1300.210.2596.5924.5567.25
HexA7C097D01519611943
Octal247300227150253114131103
Binary1010011111000000100101111101010101110011100001110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C097; }

 p { color: rgb(167,192,151); }

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

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

 a { background-color: rgb(167,192,151); }

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

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

 span { border-color: rgb(167,192,151); }

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