#A3C08B

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

Shades of Norway #A3C08B

Tints of Norway #A3C08B

Color information

#A3C08B (or 0xA3C08B) is unknown color: approx Norway. HEX triplet: A3, C0 and 8B. RGB value is (163,192,139). Sum of RGB (Red+Green+Blue) = 163+192+139=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C08B is #5C3F74. Grayscale: #B1B1B1. Windows color (decimal): -6045557 or 9158819. OLE color: 9158819.

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

Color convert

RGB163192139-
CMYK0.1500.280.25
HSL92.83º29.61%64.9%-
HSV(B)92.83º27.6%75.29%-
XYZ38.6147.3531.53-
YUV177.29106.39117.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.00%
GREEN value IS 192 (75.39% from 255) = 38.87%
BLUE value IS 139 (54.69% from 255) = 28.14%
R=33.00%
G=38.87%
B=28.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631921390.1500.280.2592.8329.6164.9
HexA3C08BF01C195d1e41
Octal243300213170343113536101
Binary1010001111000000100010111111011100110011011101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C08B; }

 p { color: rgb(163,192,139); }

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

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

 a { background-color: rgb(163,192,139); }

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

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

 span { border-color: rgb(163,192,139); }

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