#A3C092

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

Shades of Norway #A3C092

Tints of Norway #A3C092

Color information

#A3C092 (or 0xA3C092) is unknown color: approx Norway. HEX triplet: A3, C0 and 92. RGB value is (163,192,146). Sum of RGB (Red+Green+Blue) = 163+192+146=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C092 is #5C3F6D. Grayscale: #B2B2B2. Windows color (decimal): -6045550 or 9617571. OLE color: 9617571.

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

Color convert

RGB163192146-
CMYK0.1500.240.25
HSL97.83º26.74%66.27%-
HSV(B)97.83º23.96%75.29%-
XYZ39.1447.5634.31-
YUV178.08109.89117.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.53%
GREEN value IS 192 (75.39% from 255) = 38.32%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=32.53%
G=38.32%
B=29.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631921460.1500.240.2597.8326.7466.27
HexA3C092F01819621b42
Octal243300222170303114233102
Binary1010001111000000100100101111011000110011100010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C092; }

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

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

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

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

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

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

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

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