#A7C389

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

Shades of Norway #A7C389

Tints of Norway #A7C389

Color information

#A7C389 (or 0xA7C389) is unknown color: approx Norway. HEX triplet: A7, C3 and 89. RGB value is (167,195,137). Sum of RGB (Red+Green+Blue) = 167+195+137=499 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.47% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C389 is #583C76. Grayscale: #B4B4B4. Windows color (decimal): -5782647 or 9028519. OLE color: 9028519.

HSL color Cylindrical-coordinate representation of color #A7C389: hue angle of 88.97º 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 #A7C389 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB167195137-
CMYK0.1400.300.24
HSL88.97º32.58%65.1%-
HSV(B)88.97º29.74%76.47%-
XYZ39.9749.0531.03-
YUV180.02103.72118.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.47%
GREEN value IS 195 (76.56% from 255) = 39.08%
BLUE value IS 137 (53.91% from 255) = 27.45%
R=33.47%
G=39.08%
B=27.45%

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
Decimal1671951370.1400.300.2488.9732.5865.1
HexA7C389E01E18592141
Octal247303211160363013141101
Binary10100111110000111000100111100111101100010110011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C389; }

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

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

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

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

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

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

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

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