#A7C388

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

Shades of Norway #A7C388

Tints of Norway #A7C388

Color information

#A7C388 (or 0xA7C388) is unknown color: approx Norway. HEX triplet: A7, C3 and 88. RGB value is (167,195,136). Sum of RGB (Red+Green+Blue) = 167+195+136=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C388 is #583C77. Grayscale: #B4B4B4. Windows color (decimal): -5782648 or 8962983. OLE color: 8962983.

HSL color Cylindrical-coordinate representation of color #A7C388: hue angle of 88.47º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7C388 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB167195136-
CMYK0.1400.300.24
HSL88.47º32.96%64.9%-
HSV(B)88.47º30.26%76.47%-
XYZ39.949.0230.65-
YUV179.9103.22118.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.53%
GREEN value IS 195 (76.56% from 255) = 39.16%
BLUE value IS 136 (53.52% from 255) = 27.31%
R=33.53%
G=39.16%
B=27.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671951360.1400.300.2488.4732.9664.9
HexA7C388E01E18582141
Octal247303210160363013041101
Binary10100111110000111000100011100111101100010110001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C388; }

 p { color: rgb(167,195,136); }

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

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

 a { background-color: rgb(167,195,136); }

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

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

 span { border-color: rgb(167,195,136); }

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