#A7C190

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

Shades of Norway #A7C190

Tints of Norway #A7C190

Color information

#A7C190 (or 0xA7C190) is unknown color: approx Norway. HEX triplet: A7, C1 and 90. RGB value is (167,193,144). Sum of RGB (Red+Green+Blue) = 167+193+144=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C190 is #583E6F. Grayscale: #B3B3B3. Windows color (decimal): -5783152 or 9486759. OLE color: 9486759.

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

Color convert

RGB167193144-
CMYK0.1300.250.24
HSL91.84º28.32%66.08%-
HSV(B)91.84º25.39%75.69%-
XYZ40.0448.3733.61-
YUV179.64107.89118.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.13%
GREEN value IS 193 (75.78% from 255) = 38.29%
BLUE value IS 144 (56.64% from 255) = 28.57%
R=33.13%
G=38.29%
B=28.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671931440.1300.250.2491.8428.3266.08
HexA7C190D019185c1c42
Octal247301220150313013434102
Binary1010011111000001100100001101011001110001011100111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C190; }

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

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

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

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

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

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

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

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