#A7C091

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

Shades of Norway #A7C091

Tints of Norway #A7C091

Color information

#A7C091 (or 0xA7C091) is unknown color: approx Norway. HEX triplet: A7, C0 and 91. RGB value is (167,192,145). Sum of RGB (Red+Green+Blue) = 167+192+145=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C091 is #583F6E. Grayscale: #B3B3B3. Windows color (decimal): -5783407 or 9552039. OLE color: 9552039.

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

Color convert

RGB167192145-
CMYK0.1300.240.25
HSL91.91º27.17%66.08%-
HSV(B)91.91º24.48%75.29%-
XYZ39.947.9633.94-
YUV179.17108.72119.32-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.13%
GREEN value IS 192 (75.39% from 255) = 38.10%
BLUE value IS 145 (57.03% from 255) = 28.77%
R=33.13%
G=38.10%
B=28.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671921450.1300.240.2591.9127.1766.08
HexA7C091D018195c1b42
Octal247300221150303113433102
Binary1010011111000000100100011101011000110011011100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C091; }

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

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

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

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

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

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

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

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