#A5C484

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

Shades of Norway #A5C484

Tints of Norway #A5C484

Color information

#A5C484 (or 0xA5C484) is unknown color: approx Norway. HEX triplet: A5, C4 and 84. RGB value is (165,196,132). Sum of RGB (Red+Green+Blue) = 165+196+132=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 132 (51.95% from 255 or 26.77% from 493); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C484 is #5A3B7B. Grayscale: #B3B3B3. Windows color (decimal): -5913468 or 8701093. OLE color: 8701093.

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

Color convert

RGB165196132-
CMYK0.1600.330.23
HSL89.06º35.16%64.31%-
HSV(B)89.06º32.65%76.86%-
XYZ39.4249.1529.24-
YUV179.44101.23117.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.47%
GREEN value IS 196 (76.95% from 255) = 39.76%
BLUE value IS 132 (51.95% from 255) = 26.77%
R=33.47%
G=39.76%
B=26.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1651961320.1600.330.2389.0635.1664.31
HexA5C4841002117592340
Octal245304204200412713143100
Binary1010010111000100100001001000001000011011110110011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C484; }

 p { color: rgb(165,196,132); }

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

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

 a { background-color: rgb(165,196,132); }

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

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

 span { border-color: rgb(165,196,132); }

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