#A5C382

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

Shades of Norway #A5C382

Tints of Norway #A5C382

Color information

#A5C382 (or 0xA5C382) is unknown color: approx Norway. HEX triplet: A5, C3 and 82. RGB value is (165,195,130). Sum of RGB (Red+Green+Blue) = 165+195+130=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 195 (76.56% from 255 or 39.80% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C382 is #5A3C7D. Grayscale: #B2B2B2. Windows color (decimal): -5913726 or 8569765. OLE color: 8569765.

HSL color Cylindrical-coordinate representation of color #A5C382: hue angle of 87.69º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5C382 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB165195130-
CMYK0.1500.330.24
HSL87.69º35.14%63.73%-
HSV(B)87.69º33.33%76.47%-
XYZ39.0648.6428.45-
YUV178.62100.56118.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.67%
GREEN value IS 195 (76.56% from 255) = 39.80%
BLUE value IS 130 (51.17% from 255) = 26.53%
R=33.67%
G=39.80%
B=26.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651951300.1500.330.2487.6935.1463.73
HexA5C382F02118582340
Octal245303202170413013043100
Binary101001011100001110000010111101000011100010110001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C382; }

 p { color: rgb(165,195,130); }

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

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

 a { background-color: rgb(165,195,130); }

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

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

 span { border-color: rgb(165,195,130); }

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