#A5C385

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

Shades of Norway #A5C385

Tints of Norway #A5C385

Color information

#A5C385 (or 0xA5C385) is unknown color: approx Norway. HEX triplet: A5, C3 and 85. RGB value is (165,195,133). Sum of RGB (Red+Green+Blue) = 165+195+133=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C385 is #5A3C7A. Grayscale: #B3B3B3. Windows color (decimal): -5913723 or 8766373. OLE color: 8766373.

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

Color convert

RGB165195133-
CMYK0.1500.320.24
HSL89.03º34.07%64.31%-
HSV(B)89.03º31.79%76.47%-
XYZ39.2748.7229.53-
YUV178.96102.06118.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.47%
GREEN value IS 195 (76.56% from 255) = 39.55%
BLUE value IS 133 (52.34% from 255) = 26.98%
R=33.47%
G=39.55%
B=26.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651951330.1500.320.2489.0334.0764.31
HexA5C385F02018592240
Octal245303205170403013142100
Binary101001011100001110000101111101000001100010110011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C385; }

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

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

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

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

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

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

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

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