#A5C18B

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

Shades of Norway #A5C18B

Tints of Norway #A5C18B

Color information

#A5C18B (or 0xA5C18B) is unknown color: approx Norway. HEX triplet: A5, C1 and 8B. RGB value is (165,193,139). Sum of RGB (Red+Green+Blue) = 165+193+139=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C18B is #5A3E74. Grayscale: #B2B2B2. Windows color (decimal): -5914229 or 9159077. OLE color: 9159077.

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

Color convert

RGB165193139-
CMYK0.1500.280.24
HSL91.11º30.34%65.1%-
HSV(B)91.11º27.98%75.69%-
XYZ39.254831.62-
YUV178.47105.72118.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.20%
GREEN value IS 193 (75.78% from 255) = 38.83%
BLUE value IS 139 (54.69% from 255) = 27.97%
R=33.20%
G=38.83%
B=27.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651931390.1500.280.2491.1130.3465.1
HexA5C18BF01C185b1e41
Octal245301213170343013336101
Binary1010010111000001100010111111011100110001011011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C18B; }

 p { color: rgb(165,193,139); }

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

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

 a { background-color: rgb(165,193,139); }

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

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

 span { border-color: rgb(165,193,139); }

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