#A5C085

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

Shades of Norway #A5C085

Tints of Norway #A5C085

Color information

#A5C085 (or 0xA5C085) is unknown color: approx Norway. HEX triplet: A5, C0 and 85. RGB value is (165,192,133). Sum of RGB (Red+Green+Blue) = 165+192+133=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C085 is #5A3F7A. Grayscale: #B1B1B1. Windows color (decimal): -5914491 or 8765605. OLE color: 8765605.

HSL color Cylindrical-coordinate representation of color #A5C085: hue angle of 87.46º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5C085 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB165192133-
CMYK0.1400.310.25
HSL87.46º31.89%63.73%-
HSV(B)87.46º30.73%75.29%-
XYZ38.647.3929.3-
YUV177.2103.05119.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.67%
GREEN value IS 192 (75.39% from 255) = 39.18%
BLUE value IS 133 (52.34% from 255) = 27.14%
R=33.67%
G=39.18%
B=27.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651921330.1400.310.2587.4631.8963.73
HexA5C085E01F19572040
Octal245300205160373112740100
Binary10100101110000001000010111100111111100110101111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C085; }

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

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

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

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

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

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

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

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