#A7C095

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

Shades of Norway #A7C095

Tints of Norway #A7C095

Color information

#A7C095 (or 0xA7C095) is unknown color: approx Norway. HEX triplet: A7, C0 and 95. RGB value is (167,192,149). Sum of RGB (Red+Green+Blue) = 167+192+149=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C095 is #583F6A. Grayscale: #B3B3B3. Windows color (decimal): -5783403 or 9814183. OLE color: 9814183.

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

Color convert

RGB167192149-
CMYK0.1300.220.25
HSL94.88º25.44%66.86%-
HSV(B)94.88º22.4%75.29%-
XYZ40.2148.0835.6-
YUV179.62110.72119-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.87%
GREEN value IS 192 (75.39% from 255) = 37.80%
BLUE value IS 149 (58.59% from 255) = 29.33%
R=32.87%
G=37.80%
B=29.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671921490.1300.220.2594.8825.4466.86
HexA7C095D016195f1943
Octal247300225150263113731103
Binary1010011111000000100101011101010110110011011111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C095; }

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

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

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

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

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

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

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

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